#F91219

Color #F91219 Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #F91219

Tints of Torch Red #F91219

Color information

#F91219 (or 0xF91219) is unknown color: approx Torch Red. HEX triplet: F9, 12 and 19. RGB value is (249,18,25). Sum of RGB (Red+Green+Blue) = 249+18+25=292 (38% of max value = 765). Red value is 249 (97.66% from 255 or 85.27% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 249 - color contains mainly: red. Hex color #F91219 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91219 is #06EDE6. Grayscale: #585858. Windows color (decimal): -454119 or 1643257. OLE color: 1643257.

HSL color Cylindrical-coordinate representation of color #F91219: hue angle of 358.18º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F91219 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB2491825-
CMYK00.930.900.02
HSL358.18º95.06%52.35%-
HSV(B)358.18º92.77%97.65%-
XYZ39.4620.642.82-
YUV87.8792.53242.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 85.27%
GREEN value IS 18 (7.42% from 255) = 6.16%
BLUE value IS 25 (10.16% from 255) = 8.56%
R=85.27%
G=6.16%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249182500.930.900.02358.1895.0652.35
HexF9121905D5A21665f34
Octal37122310135132254613764
Binary111110011001011001010111011011010101011001101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F91219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F91219; }

 p { color: rgb(249,18,25); }

 H1.HeaderClassName
 {
   color: #F91219;
 }
 .AnyTagClassName
 {
   color: #F91219;
 }
</style>
background-color css

<style>
 a { background-color: #F91219; }

 a { background-color: rgb(249,18,25); }

 div.DivClassName
 {
   background-color: #F91219;
 }
 .BgClassName
 {
   background-color: #F91219;
 }
</style>
border-color css

<style>
 span { border-color: #F91219; }

 span { border-color: rgb(249,18,25); }

 td.TdClassName
 {
   border-color: #F91219;
 }
 .TagClassName
 {
   border-color: #F91219;
 }
</style>