Html Css Color HEX #E02029 Alizarin

📋 copy color: '#E02029'

red 224 ◦ green 32 ◦ blue 41

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

Shades of Alizarin #E02029

Tints of Alizarin #E02029

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.77%

 BLUE value IS 41 (16.41% from 255) = 13.8%

R = 75.42%
G = 10.77%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E02029 (or 0xE02029) is known color: Alizarin. HEX triplet: E0, 20 and 29. RGB value is (224,32,41). Sum of RGB (Red+Green+Blue) = 224+32+41=297 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.42% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 224 - color contains mainly: red. Hex color #E02029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02029 is #1FDFD6. Grayscale: #5A5A5A. Windows color (decimal): -2088919 or 2695392. OLE color: 2695392.

HSL color Cylindrical-coordinate representation of color #E02029: hue angle of 357.19º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E02029 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 32 41 -
CMYK 0 0.86 0.82 0.12
HSL 357.19º 0.76% 0.5% -
HSV(B) 357.19º 0.86% 0.88% -
XYZ 31.66 17.04 3.72 -
YUV 90.43 100.11 223.27 -
System Red Green Blue C M Y K H S L
Decimal 224 32 41 0 0.86 0.82 0.12 357.19 0.76 0.5
Hex E0 20 29 0 56 52 C 165 4C 32
Octal 340 40 51 0 126 122 14 545 114 62
Binary 11100000 100000 101001 0 1010110 1010010 1100 101100101 1001100 110010

Color Harmonies of #E02029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02029

Black with #E02029

Text Example


Text Example

White with #E02029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02029; }

 p { color: rgb(224,32,41); }

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

background-color css

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

 a { background-color: rgb(224,32,41); }

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

border-color css

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

 span { border-color: rgb(224,32,41); }

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