Html Css Color HEX #F20E0F Fire Engine Red

📋 copy color: '#F20E0F'

red 242 ◦ green 14 ◦ blue 15

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

Shades of Fire Engine Red #F20E0F

Tints of Fire Engine Red #F20E0F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.17%

 BLUE value IS 15 (6.25% from 255) = 5.54%

R = 89.3%
G = 5.17%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F20E0F (or 0xF20E0F) is known color: Fire Engine Red. HEX triplet: F2, 0E and 0F. RGB value is (242,14,15). Sum of RGB (Red+Green+Blue) = 242+14+15=271 (35% of max value = 765). Red value is 242 (94.92% from 255 or 89.30% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 242 - color contains mainly: red. Hex color #F20E0F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20E0F is #0DF1F0. Grayscale: #525252. Windows color (decimal): -913905 or 986866. OLE color: 986866.

HSL color Cylindrical-coordinate representation of color #F20E0F: 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.94%. Process color model (Four color, CMYK) of #F20E0F is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 14 15 -
CMYK 0 0.94 0.94 0.05
HSL 359.74º 0.9% 0.5% -
HSV(B) 359.74º 0.94% 0.95% -
XYZ 36.86 19.23 2.22 -
YUV 82.29 90.04 241.92 -
System Red Green Blue C M Y K H S L
Decimal 242 14 15 0 0.94 0.94 0.05 359.74 0.9 0.5
Hex F2 E F 0 5E 5E 5 168 5A 32
Octal 362 16 17 0 136 136 5 550 132 62
Binary 11110010 1110 1111 0 1011110 1011110 101 101101000 1011010 110010

Color Harmonies of #F20E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20E0F

Black with #F20E0F

Text Example


Text Example

White with #F20E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20E0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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