Html Css Color HEX #E00024 Fire Engine Red

📋 copy color: '#E00024'

red 224 ◦ green 0 ◦ blue 36

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

Shades of Fire Engine Red #E00024

Tints of Fire Engine Red #E00024

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 86.15%
G = 0%
B = 13.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E00024 (or 0xE00024) is known color: Fire Engine Red. HEX triplet: E0, 00 and 24. RGB value is (224,0,36). Sum of RGB (Red+Green+Blue) = 224+0+36=260 (34% of max value = 765). Red value is 224 (87.89% from 255 or 86.15% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 224 - color contains mainly: red. Hex color #E00024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00024 is #1FFFDB. Grayscale: #474747. Windows color (decimal): -2097116 or 2359520. OLE color: 2359520.

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

Color convert

RGB 224 0 36 -
CMYK 0 1 0.84 0.12
HSL 350.36º 1% 0.44% -
HSV(B) 350.36º 1% 0.88% -
XYZ 31.06 15.97 3.12 -
YUV 71.08 108.21 237.07 -
System Red Green Blue C M Y K H S L
Decimal 224 0 36 0 1 0.84 0.12 350.36 1 0.44
Hex E0 0 24 0 64 54 C 15E 64 2C
Octal 340 0 44 0 144 124 14 536 144 54
Binary 11100000 0 100100 0 1100100 1010100 1100 101011110 1100100 101100

Color Harmonies of #E00024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00024

Black with #E00024

Text Example


Text Example

White with #E00024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00024; }

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

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

background-color css

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

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

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

border-color css

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

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

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