Html Css Color HEX #F01213 Fire Engine Red

📋 copy color: '#F01213'

red 240 ◦ green 18 ◦ blue 19

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

Shades of Fire Engine Red #F01213

Tints of Fire Engine Red #F01213

RGB

 RED value IS 240 (94.14% from 255) = 86.64%

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

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

R = 86.64%
G = 6.5%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F01213 (or 0xF01213) is known color: Fire Engine Red. HEX triplet: F0, 12 and 13. RGB value is (240,18,19). Sum of RGB (Red+Green+Blue) = 240+18+19=277 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.64% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 240 - color contains mainly: red. Hex color #F01213 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01213 is #0FEDEC. Grayscale: #545454. Windows color (decimal): -1043949 or 1250032. OLE color: 1250032.

HSL color Cylindrical-coordinate representation of color #F01213: hue angle of 359.73º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01213 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 18 19 -
CMYK 0 0.92 0.92 0.06
HSL 359.73º 0.88% 0.51% -
HSV(B) 359.73º 0.93% 0.94% -
XYZ 36.27 19 2.37 -
YUV 84.49 91.05 238.92 -
System Red Green Blue C M Y K H S L
Decimal 240 18 19 0 0.92 0.92 0.06 359.73 0.88 0.51
Hex F0 12 13 0 5C 5C 6 168 58 33
Octal 360 22 23 0 134 134 6 550 130 63
Binary 11110000 10010 10011 0 1011100 1011100 110 101101000 1011000 110011

Color Harmonies of #F01213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01213

Black with #F01213

Text Example


Text Example

White with #F01213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01213; }

 p { color: rgb(240,18,19); }

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

background-color css

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

 a { background-color: rgb(240,18,19); }

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

border-color css

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

 span { border-color: rgb(240,18,19); }

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