Html Css Color HEX #F20D0E Fire Engine Red

📋 copy color: '#F20D0E'

red 242 ◦ green 13 ◦ blue 14

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

Shades of Fire Engine Red #F20D0E

Tints of Fire Engine Red #F20D0E

RGB

 RED value IS 242 (94.92% from 255) = 89.96%

 GREEN value IS 13 (5.47% from 255) = 4.83%

 BLUE value IS 14 (5.86% from 255) = 5.2%

R = 89.96%
G = 4.83%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F20D0E (or 0xF20D0E) is known color: Fire Engine Red. HEX triplet: F2, 0D and 0E. RGB value is (242,13,14). Sum of RGB (Red+Green+Blue) = 242+13+14=269 (35% of max value = 765). Red value is 242 (94.92% from 255 or 89.96% from 269); Green value is 13 (5.47% from 255 or 4.83% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 242 - color contains mainly: red. Hex color #F20D0E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20D0E is #0DF2F1. Grayscale: #515151. Windows color (decimal): -914162 or 921074. OLE color: 921074.

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

Color convert

RGB 242 13 14 -
CMYK 0 0.95 0.94 0.05
HSL 359.74º 0.9% 0.5% -
HSV(B) 359.74º 0.95% 0.95% -
XYZ 36.84 19.2 2.18 -
YUV 81.59 89.87 242.42 -
System Red Green Blue C M Y K H S L
Decimal 242 13 14 0 0.95 0.94 0.05 359.74 0.9 0.5
Hex F2 D E 0 5F 5E 5 168 5A 32
Octal 362 15 16 0 137 136 5 550 132 62
Binary 11110010 1101 1110 0 1011111 1011110 101 101101000 1011010 110010

Color Harmonies of #F20D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20D0E

Black with #F20D0E

Text Example


Text Example

White with #F20D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20D0E; }

 p { color: rgb(242,13,14); }

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

background-color css

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

 a { background-color: rgb(242,13,14); }

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

border-color css

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

 span { border-color: rgb(242,13,14); }

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