Html Css Color HEX #F11013 Fire Engine Red

📋 copy color: '#F11013'

red 241 ◦ green 16 ◦ blue 19

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

Shades of Fire Engine Red #F11013

Tints of Fire Engine Red #F11013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.8%

 BLUE value IS 19 (7.81% from 255) = 6.88%

R = 87.32%
G = 5.8%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F11013 (or 0xF11013) is known color: Fire Engine Red. HEX triplet: F1, 10 and 13. RGB value is (241,16,19). Sum of RGB (Red+Green+Blue) = 241+16+19=276 (36% of max value = 765). Red value is 241 (94.53% from 255 or 87.32% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 241 - color contains mainly: red. Hex color #F11013 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11013 is #0EEFEC. Grayscale: #535353. Windows color (decimal): -978925 or 1249521. OLE color: 1249521.

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

Color convert

RGB 241 16 19 -
CMYK 0 0.93 0.92 0.05
HSL 359.2º 0.89% 0.5% -
HSV(B) 359.2º 0.93% 0.95% -
XYZ 36.58 19.12 2.38 -
YUV 83.62 91.54 240.26 -
System Red Green Blue C M Y K H S L
Decimal 241 16 19 0 0.93 0.92 0.05 359.2 0.89 0.5
Hex F1 10 13 0 5D 5C 5 167 59 32
Octal 361 20 23 0 135 134 5 547 131 62
Binary 11110001 10000 10011 0 1011101 1011100 101 101100111 1011001 110010

Color Harmonies of #F11013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11013

Black with #F11013

Text Example


Text Example

White with #F11013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11013; }

 p { color: rgb(241,16,19); }

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

background-color css

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

 a { background-color: rgb(241,16,19); }

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

border-color css

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

 span { border-color: rgb(241,16,19); }

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