Html Css Color HEX #EA0F20 Fire Engine Red

📋 copy color: '#EA0F20'

red 234 ◦ green 15 ◦ blue 32

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

Shades of Fire Engine Red #EA0F20

Tints of Fire Engine Red #EA0F20

RGB

 RED value IS 234 (91.8% from 255) = 83.27%

 GREEN value IS 15 (6.25% from 255) = 5.34%

 BLUE value IS 32 (12.89% from 255) = 11.39%

R = 83.27%
G = 5.34%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA0F20 (or 0xEA0F20) is known color: Fire Engine Red. HEX triplet: EA, 0F and 20. RGB value is (234,15,32). Sum of RGB (Red+Green+Blue) = 234+15+32=281 (37% of max value = 765). Red value is 234 (91.80% from 255 or 83.27% from 281); Green value is 15 (6.25% from 255 or 5.34% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0F20 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0F20 is #15F0DF. Grayscale: #525252. Windows color (decimal): -1437920 or 2101226. OLE color: 2101226.

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

Color convert

RGB 234 15 32 -
CMYK 0 0.94 0.86 0.08
HSL 355.34º 0.88% 0.49% -
HSV(B) 355.34º 0.94% 0.92% -
XYZ 34.36 17.94 3.02 -
YUV 82.42 99.55 236.12 -
System Red Green Blue C M Y K H S L
Decimal 234 15 32 0 0.94 0.86 0.08 355.34 0.88 0.49
Hex EA F 20 0 5E 56 8 163 58 31
Octal 352 17 40 0 136 126 10 543 130 61
Binary 11101010 1111 100000 0 1011110 1010110 1000 101100011 1011000 110001

Color Harmonies of #EA0F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0F20

Black with #EA0F20

Text Example


Text Example

White with #EA0F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0F20; }

 p { color: rgb(234,15,32); }

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

background-color css

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

 a { background-color: rgb(234,15,32); }

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

border-color css

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

 span { border-color: rgb(234,15,32); }

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