Html Css Color HEX #F11219 Torch Red

📋 copy color: '#F11219'

red 241 ◦ green 18 ◦ blue 25

#F11219
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #F11219

Tints of Torch Red #F11219

RGB

 RED value IS 241 (94.53% from 255) = 84.86%

 GREEN value IS 18 (7.42% from 255) = 6.34%

 BLUE value IS 25 (10.16% from 255) = 8.8%

R = 84.86%
G = 6.34%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F11219 (or 0xF11219) is known color: Torch Red. HEX triplet: F1, 12 and 19. RGB value is (241,18,25). Sum of RGB (Red+Green+Blue) = 241+18+25=284 (37% of max value = 765). Red value is 241 (94.53% from 255 or 84.86% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 241 - color contains mainly: red. Hex color #F11219 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11219 is #0EEDE6. Grayscale: #555555. Windows color (decimal): -978407 or 1643249. OLE color: 1643249.

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

Color convert

RGB 241 18 25 -
CMYK 0 0.93 0.90 0.05
HSL 358.12º 0.89% 0.51% -
HSV(B) 358.12º 0.93% 0.95% -
XYZ 36.67 19.2 2.69 -
YUV 85.48 93.88 238.93 -
System Red Green Blue C M Y K H S L
Decimal 241 18 25 0 0.93 0.90 0.05 358.12 0.89 0.51
Hex F1 12 19 0 5D 5A 5 166 59 33
Octal 361 22 31 0 135 132 5 546 131 63
Binary 11110001 10010 11001 0 1011101 1011010 101 101100110 1011001 110011

Color Harmonies of #F11219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11219

Black with #F11219

Text Example


Text Example

White with #F11219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11219; }

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

 H1.HeaderClassName
 {
   color: #F11219;
 }
 .AnyTagClassName
 {
   color: #F11219;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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