Html Css Color HEX #E00A24 Fire Engine Red

📋 copy color: '#E00A24'

red 224 ◦ green 10 ◦ blue 36

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

Shades of Fire Engine Red #E00A24

Tints of Fire Engine Red #E00A24

RGB

 RED value IS 224 (87.89% from 255) = 82.96%

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

 BLUE value IS 36 (14.45% from 255) = 13.33%

R = 82.96%
G = 3.7%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E00A24 (or 0xE00A24) is known color: Fire Engine Red. HEX triplet: E0, 0A and 24. RGB value is (224,10,36). Sum of RGB (Red+Green+Blue) = 224+10+36=270 (35% of max value = 765). Red value is 224 (87.89% from 255 or 82.96% from 270); Green value is 10 (4.30% from 255 or 3.70% from 270); Blue value is 36 (14.45% from 255 or 13.33% from 270); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00A24 is #1FF5DB. Grayscale: #4D4D4D. Windows color (decimal): -2094556 or 2362080. OLE color: 2362080.

HSL color Cylindrical-coordinate representation of color #E00A24: hue angle of 352.71º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00A24 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 10 36 -
CMYK 0 0.96 0.84 0.12
HSL 352.71º 0.91% 0.46% -
HSV(B) 352.71º 0.96% 0.88% -
XYZ 31.17 16.19 3.15 -
YUV 76.95 104.9 232.89 -
System Red Green Blue C M Y K H S L
Decimal 224 10 36 0 0.96 0.84 0.12 352.71 0.91 0.46
Hex E0 A 24 0 60 54 C 161 5B 2E
Octal 340 12 44 0 140 124 14 541 133 56
Binary 11100000 1010 100100 0 1100000 1010100 1100 101100001 1011011 101110

Color Harmonies of #E00A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00A24

Black with #E00A24

Text Example


Text Example

White with #E00A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00A24; }

 p { color: rgb(224,10,36); }

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

background-color css

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

 a { background-color: rgb(224,10,36); }

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

border-color css

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

 span { border-color: rgb(224,10,36); }

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