Html Css Color HEX #EA0A15 Fire Engine Red

📋 copy color: '#EA0A15'

red 234 ◦ green 10 ◦ blue 21

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

Shades of Fire Engine Red #EA0A15

Tints of Fire Engine Red #EA0A15

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.77%

 BLUE value IS 21 (8.59% from 255) = 7.92%

R = 88.3%
G = 3.77%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA0A15 (or 0xEA0A15) is known color: Fire Engine Red. HEX triplet: EA, 0A and 15. RGB value is (234,10,21). Sum of RGB (Red+Green+Blue) = 234+10+21=265 (35% of max value = 765). Red value is 234 (91.80% from 255 or 88.30% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0A15 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0A15 is #15F5EA. Grayscale: #4E4E4E. Windows color (decimal): -1439211 or 1379050. OLE color: 1379050.

HSL color Cylindrical-coordinate representation of color #EA0A15: hue angle of 357.05º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA0A15 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 10 21 -
CMYK 0 0.96 0.91 0.08
HSL 357.05º 0.92% 0.48% -
HSV(B) 357.05º 0.96% 0.92% -
XYZ 34.18 17.76 2.34 -
YUV 78.23 95.71 239.11 -
System Red Green Blue C M Y K H S L
Decimal 234 10 21 0 0.96 0.91 0.08 357.05 0.92 0.48
Hex EA A 15 0 60 5B 8 165 5C 30
Octal 352 12 25 0 140 133 10 545 134 60
Binary 11101010 1010 10101 0 1100000 1011011 1000 101100101 1011100 110000

Color Harmonies of #EA0A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0A15

Black with #EA0A15

Text Example


Text Example

White with #EA0A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0A15; }

 p { color: rgb(234,10,21); }

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

background-color css

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

 a { background-color: rgb(234,10,21); }

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

border-color css

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

 span { border-color: rgb(234,10,21); }

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