Html Css Color HEX #E01223 Fire Engine Red

📋 copy color: '#E01223'

red 224 ◦ green 18 ◦ blue 35

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

Shades of Fire Engine Red #E01223

Tints of Fire Engine Red #E01223

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.5%

 BLUE value IS 35 (14.06% from 255) = 12.64%

R = 80.87%
G = 6.5%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E01223 (or 0xE01223) is known color: Fire Engine Red. HEX triplet: E0, 12 and 23. RGB value is (224,18,35). Sum of RGB (Red+Green+Blue) = 224+18+35=277 (36% of max value = 765). Red value is 224 (87.89% from 255 or 80.87% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 35 (14.06% from 255 or 12.64% from 277); Max value from RGB is 224 - color contains mainly: red. Hex color #E01223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01223 is #1FEDDC. Grayscale: #515151. Windows color (decimal): -2092509 or 2298592. OLE color: 2298592.

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

Color convert

RGB 224 18 35 -
CMYK 0 0.92 0.84 0.12
HSL 355.05º 0.85% 0.47% -
HSV(B) 355.05º 0.92% 0.88% -
XYZ 31.26 16.4 3.11 -
YUV 81.53 101.75 229.62 -
System Red Green Blue C M Y K H S L
Decimal 224 18 35 0 0.92 0.84 0.12 355.05 0.85 0.47
Hex E0 12 23 0 5C 54 C 163 55 2F
Octal 340 22 43 0 134 124 14 543 125 57
Binary 11100000 10010 100011 0 1011100 1010100 1100 101100011 1010101 101111

Color Harmonies of #E01223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01223

Black with #E01223

Text Example


Text Example

White with #E01223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01223; }

 p { color: rgb(224,18,35); }

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

background-color css

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

 a { background-color: rgb(224,18,35); }

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

border-color css

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

 span { border-color: rgb(224,18,35); }

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