Html Css Color HEX #E00521 Fire Engine Red

📋 copy color: '#E00521'

red 224 ◦ green 5 ◦ blue 33

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

Shades of Fire Engine Red #E00521

Tints of Fire Engine Red #E00521

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.91%

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

R = 85.5%
G = 1.91%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E00521 (or 0xE00521) is known color: Fire Engine Red. HEX triplet: E0, 05 and 21. RGB value is (224,5,33). Sum of RGB (Red+Green+Blue) = 224+5+33=262 (34% of max value = 765). Red value is 224 (87.89% from 255 or 85.50% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 33 (13.28% from 255 or 12.60% from 262); Max value from RGB is 224 - color contains mainly: red. Hex color #E00521 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00521 is #1FFADE. Grayscale: #494949. Windows color (decimal): -2095839 or 2164192. OLE color: 2164192.

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

Color convert

RGB 224 5 33 -
CMYK 0 0.98 0.85 0.12
HSL 352.33º 0.96% 0.45% -
HSV(B) 352.33º 0.98% 0.88% -
XYZ 31.07 16.07 2.9 -
YUV 73.67 105.05 235.22 -
System Red Green Blue C M Y K H S L
Decimal 224 5 33 0 0.98 0.85 0.12 352.33 0.96 0.45
Hex E0 5 21 0 62 55 C 160 60 2D
Octal 340 5 41 0 142 125 14 540 140 55
Binary 11100000 101 100001 0 1100010 1010101 1100 101100000 1100000 101101

Color Harmonies of #E00521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00521

Black with #E00521

Text Example


Text Example

White with #E00521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00521; }

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

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

background-color css

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

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

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

border-color css

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

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

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