Html Css Color HEX #E01921 Fire Engine Red

📋 copy color: '#E01921'

red 224 ◦ green 25 ◦ blue 33

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

Shades of Fire Engine Red #E01921

Tints of Fire Engine Red #E01921

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.87%

 BLUE value IS 33 (13.28% from 255) = 11.7%

R = 79.43%
G = 8.87%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E01921 (or 0xE01921) is known color: Fire Engine Red. HEX triplet: E0, 19 and 21. RGB value is (224,25,33). Sum of RGB (Red+Green+Blue) = 224+25+33=282 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.43% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 224 - color contains mainly: red. Hex color #E01921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01921 is #1FE6DE. Grayscale: #555555. Windows color (decimal): -2090719 or 2169312. OLE color: 2169312.

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

Color convert

RGB 224 25 33 -
CMYK 0 0.89 0.85 0.12
HSL 357.59º 0.8% 0.49% -
HSV(B) 357.59º 0.89% 0.88% -
XYZ 31.36 16.65 3 -
YUV 85.41 98.43 226.85 -
System Red Green Blue C M Y K H S L
Decimal 224 25 33 0 0.89 0.85 0.12 357.59 0.8 0.49
Hex E0 19 21 0 59 55 C 166 50 31
Octal 340 31 41 0 131 125 14 546 120 61
Binary 11100000 11001 100001 0 1011001 1010101 1100 101100110 1010000 110001

Color Harmonies of #E01921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01921

Black with #E01921

Text Example


Text Example

White with #E01921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01921; }

 p { color: rgb(224,25,33); }

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

background-color css

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

 a { background-color: rgb(224,25,33); }

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

border-color css

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

 span { border-color: rgb(224,25,33); }

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