Html Css Color HEX #E02434 Alizarin

📋 copy color: '#E02434'

red 224 ◦ green 36 ◦ blue 52

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

Shades of Alizarin #E02434

Tints of Alizarin #E02434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.67%

R = 71.79%
G = 11.54%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E02434 (or 0xE02434) is known color: Alizarin. HEX triplet: E0, 24 and 34. RGB value is (224,36,52). Sum of RGB (Red+Green+Blue) = 224+36+52=312 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.79% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 224 - color contains mainly: red. Hex color #E02434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02434 is #1FDBCB. Grayscale: #5E5E5E. Windows color (decimal): -2087884 or 3417312. OLE color: 3417312.

HSL color Cylindrical-coordinate representation of color #E02434: hue angle of 354.89º 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 #E02434 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 36 52 -
CMYK 0 0.84 0.77 0.12
HSL 354.89º 0.75% 0.51% -
HSV(B) 354.89º 0.84% 0.88% -
XYZ 31.99 17.36 4.91 -
YUV 94.04 104.28 220.7 -
System Red Green Blue C M Y K H S L
Decimal 224 36 52 0 0.84 0.77 0.12 354.89 0.75 0.51
Hex E0 24 34 0 54 4D C 163 4B 33
Octal 340 44 64 0 124 115 14 543 113 63
Binary 11100000 100100 110100 0 1010100 1001101 1100 101100011 1001011 110011

Color Harmonies of #E02434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02434

Black with #E02434

Text Example


Text Example

White with #E02434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02434; }

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

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

background-color css

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

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

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

border-color css

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

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

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