Html Css Color HEX #E02129 Alizarin

📋 copy color: '#E02129'

red 224 ◦ green 33 ◦ blue 41

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

Shades of Alizarin #E02129

Tints of Alizarin #E02129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.07%

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

R = 75.17%
G = 11.07%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E02129 (or 0xE02129) is known color: Alizarin. HEX triplet: E0, 21 and 29. RGB value is (224,33,41). Sum of RGB (Red+Green+Blue) = 224+33+41=298 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.17% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 41 (16.41% from 255 or 13.76% from 298); Max value from RGB is 224 - color contains mainly: red. Hex color #E02129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02129 is #1FDED6. Grayscale: #5B5B5B. Windows color (decimal): -2088663 or 2695648. OLE color: 2695648.

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

Color convert

RGB 224 33 41 -
CMYK 0 0.85 0.82 0.12
HSL 357.49º 0.75% 0.5% -
HSV(B) 357.49º 0.85% 0.88% -
XYZ 31.68 17.1 3.73 -
YUV 91.02 99.78 222.85 -
System Red Green Blue C M Y K H S L
Decimal 224 33 41 0 0.85 0.82 0.12 357.49 0.75 0.5
Hex E0 21 29 0 55 52 C 165 4B 32
Octal 340 41 51 0 125 122 14 545 113 62
Binary 11100000 100001 101001 0 1010101 1010010 1100 101100101 1001011 110010

Color Harmonies of #E02129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02129

Black with #E02129

Text Example


Text Example

White with #E02129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02129; }

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

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

background-color css

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

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

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

border-color css

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

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

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