Html Css Color HEX #F11112 Fire Engine Red

📋 copy color: '#F11112'

red 241 ◦ green 17 ◦ blue 18

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

Shades of Fire Engine Red #F11112

Tints of Fire Engine Red #F11112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.52%

R = 87.32%
G = 6.16%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F11112 (or 0xF11112) is known color: Fire Engine Red. HEX triplet: F1, 11 and 12. RGB value is (241,17,18). Sum of RGB (Red+Green+Blue) = 241+17+18=276 (36% of max value = 765). Red value is 241 (94.53% from 255 or 87.32% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 241 - color contains mainly: red. Hex color #F11112 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11112 is #0EEEED. Grayscale: #545454. Windows color (decimal): -978670 or 1184241. OLE color: 1184241.

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

Color convert

RGB 241 17 18 -
CMYK 0 0.93 0.93 0.05
HSL 359.73º 0.89% 0.51% -
HSV(B) 359.73º 0.93% 0.95% -
XYZ 36.59 19.15 2.34 -
YUV 84.09 90.71 239.92 -
System Red Green Blue C M Y K H S L
Decimal 241 17 18 0 0.93 0.93 0.05 359.73 0.89 0.51
Hex F1 11 12 0 5D 5D 5 168 59 33
Octal 361 21 22 0 135 135 5 550 131 63
Binary 11110001 10001 10010 0 1011101 1011101 101 101101000 1011001 110011

Color Harmonies of #F11112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11112

Black with #F11112

Text Example


Text Example

White with #F11112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11112; }

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

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

background-color css

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

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

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

border-color css

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

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

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