Html Css Color HEX #E02429 Alizarin

📋 copy color: '#E02429'

red 224 ◦ green 36 ◦ blue 41

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

Shades of Alizarin #E02429

Tints of Alizarin #E02429

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.96%

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

R = 74.42%
G = 11.96%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E02429 (or 0xE02429) is known color: Alizarin. HEX triplet: E0, 24 and 29. RGB value is (224,36,41). Sum of RGB (Red+Green+Blue) = 224+36+41=301 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.42% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 224 - color contains mainly: red. Hex color #E02429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02429 is #1FDBD6. Grayscale: #5C5C5C. Windows color (decimal): -2087895 or 2696416. OLE color: 2696416.

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

Color convert

RGB 224 36 41 -
CMYK 0 0.84 0.82 0.12
HSL 358.4º 0.75% 0.51% -
HSV(B) 358.4º 0.84% 0.88% -
XYZ 31.77 17.27 3.76 -
YUV 92.78 98.78 221.59 -
System Red Green Blue C M Y K H S L
Decimal 224 36 41 0 0.84 0.82 0.12 358.4 0.75 0.51
Hex E0 24 29 0 54 52 C 166 4B 33
Octal 340 44 51 0 124 122 14 546 113 63
Binary 11100000 100100 101001 0 1010100 1010010 1100 101100110 1001011 110011

Color Harmonies of #E02429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02429

Black with #E02429

Text Example


Text Example

White with #E02429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02429; }

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

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

background-color css

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

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

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

border-color css

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

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

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