Html Css Color HEX #EA0A1D Fire Engine Red

📋 copy color: '#EA0A1D'

red 234 ◦ green 10 ◦ blue 29

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

Shades of Fire Engine Red #EA0A1D

Tints of Fire Engine Red #EA0A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.62%

R = 85.71%
G = 3.66%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA0A1D (or 0xEA0A1D) is known color: Fire Engine Red. HEX triplet: EA, 0A and 1D. RGB value is (234,10,29). Sum of RGB (Red+Green+Blue) = 234+10+29=273 (36% of max value = 765). Red value is 234 (91.80% from 255 or 85.71% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0A1D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0A1D is #15F5E2. Grayscale: #4F4F4F. Windows color (decimal): -1439203 or 1903338. OLE color: 1903338.

HSL color Cylindrical-coordinate representation of color #EA0A1D: hue angle of 354.91º 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 #EA0A1D is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 10 29 -
CMYK 0 0.96 0.88 0.08
HSL 354.91º 0.92% 0.48% -
HSV(B) 354.91º 0.96% 0.92% -
XYZ 34.26 17.8 2.79 -
YUV 79.14 99.71 238.46 -
System Red Green Blue C M Y K H S L
Decimal 234 10 29 0 0.96 0.88 0.08 354.91 0.92 0.48
Hex EA A 1D 0 60 58 8 163 5C 30
Octal 352 12 35 0 140 130 10 543 134 60
Binary 11101010 1010 11101 0 1100000 1011000 1000 101100011 1011100 110000

Color Harmonies of #EA0A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0A1D

Black with #EA0A1D

Text Example


Text Example

White with #EA0A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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