Html Css Color HEX #F11118 Torch Red

📋 copy color: '#F11118'

red 241 ◦ green 17 ◦ blue 24

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

Shades of Torch Red #F11118

Tints of Torch Red #F11118

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.03%

 BLUE value IS 24 (9.77% from 255) = 8.51%

R = 85.46%
G = 6.03%
B = 8.51%

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

#F11118 (or 0xF11118) is known color: Torch Red. HEX triplet: F1, 11 and 18. RGB value is (241,17,24). Sum of RGB (Red+Green+Blue) = 241+17+24=282 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.46% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 241 - color contains mainly: red. Hex color #F11118 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11118 is #0EEEE7. Grayscale: #545454. Windows color (decimal): -978664 or 1577457. OLE color: 1577457.

HSL color Cylindrical-coordinate representation of color #F11118: 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 #F11118 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 17 24 -
CMYK 0 0.93 0.90 0.05
HSL 358.13º 0.89% 0.51% -
HSV(B) 358.13º 0.93% 0.95% -
XYZ 36.64 19.17 2.63 -
YUV 84.77 93.71 239.43 -
System Red Green Blue C M Y K H S L
Decimal 241 17 24 0 0.93 0.90 0.05 358.13 0.89 0.51
Hex F1 11 18 0 5D 5A 5 166 59 33
Octal 361 21 30 0 135 132 5 546 131 63
Binary 11110001 10001 11000 0 1011101 1011010 101 101100110 1011001 110011

Color Harmonies of #F11118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11118

Black with #F11118

Text Example


Text Example

White with #F11118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11118; }

 p { color: rgb(241,17,24); }

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

background-color css

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

 a { background-color: rgb(241,17,24); }

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

border-color css

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

 span { border-color: rgb(241,17,24); }

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