Html Css Color HEX #EA0D1A Fire Engine Red

📋 copy color: '#EA0D1A'

red 234 ◦ green 13 ◦ blue 26

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

Shades of Fire Engine Red #EA0D1A

Tints of Fire Engine Red #EA0D1A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.76%

 BLUE value IS 26 (10.55% from 255) = 9.52%

R = 85.71%
G = 4.76%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA0D1A (or 0xEA0D1A) is known color: Fire Engine Red. HEX triplet: EA, 0D and 1A. RGB value is (234,13,26). Sum of RGB (Red+Green+Blue) = 234+13+26=273 (36% of max value = 765). Red value is 234 (91.80% from 255 or 85.71% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0D1A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0D1A is #15F2E5. Grayscale: #505050. Windows color (decimal): -1438438 or 1707498. OLE color: 1707498.

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

Color convert

RGB 234 13 26 -
CMYK 0 0.94 0.89 0.08
HSL 356.47º 0.89% 0.48% -
HSV(B) 356.47º 0.94% 0.92% -
XYZ 34.26 17.85 2.62 -
YUV 80.56 97.22 237.44 -
System Red Green Blue C M Y K H S L
Decimal 234 13 26 0 0.94 0.89 0.08 356.47 0.89 0.48
Hex EA D 1A 0 5E 59 8 164 59 30
Octal 352 15 32 0 136 131 10 544 131 60
Binary 11101010 1101 11010 0 1011110 1011001 1000 101100100 1011001 110000

Color Harmonies of #EA0D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0D1A

Black with #EA0D1A

Text Example


Text Example

White with #EA0D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0D1A; }

 p { color: rgb(234,13,26); }

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

background-color css

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

 a { background-color: rgb(234,13,26); }

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

border-color css

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

 span { border-color: rgb(234,13,26); }

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