Html Css Color HEX #EA091D Fire Engine Red

📋 copy color: '#EA091D'

red 234 ◦ green 9 ◦ blue 29

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

Shades of Fire Engine Red #EA091D

Tints of Fire Engine Red #EA091D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.31%

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

R = 86.03%
G = 3.31%
B = 10.66%

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

#EA091D (or 0xEA091D) is known color: Fire Engine Red. HEX triplet: EA, 09 and 1D. RGB value is (234,9,29). Sum of RGB (Red+Green+Blue) = 234+9+29=272 (36% of max value = 765). Red value is 234 (91.80% from 255 or 86.03% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 234 - color contains mainly: red. Hex color #EA091D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA091D is #15F6E2. Grayscale: #4E4E4E. Windows color (decimal): -1439459 or 1903082. OLE color: 1903082.

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

Color convert

RGB 234 9 29 -
CMYK 0 0.96 0.88 0.08
HSL 354.67º 0.93% 0.48% -
HSV(B) 354.67º 0.96% 0.92% -
XYZ 34.25 17.78 2.79 -
YUV 78.56 100.04 238.87 -
System Red Green Blue C M Y K H S L
Decimal 234 9 29 0 0.96 0.88 0.08 354.67 0.93 0.48
Hex EA 9 1D 0 60 58 8 163 5D 30
Octal 352 11 35 0 140 130 10 543 135 60
Binary 11101010 1001 11101 0 1100000 1011000 1000 101100011 1011101 110000

Color Harmonies of #EA091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA091D

Black with #EA091D

Text Example


Text Example

White with #EA091D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA091D; }

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

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

background-color css

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

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

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

border-color css

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

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

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