Html Css Color HEX #E02832 Alizarin

📋 copy color: '#E02832'

red 224 ◦ green 40 ◦ blue 50

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

Shades of Alizarin #E02832

Tints of Alizarin #E02832

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.74%

 BLUE value IS 50 (19.92% from 255) = 15.92%

R = 71.34%
G = 12.74%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E02832 (or 0xE02832) is known color: Alizarin. HEX triplet: E0, 28 and 32. RGB value is (224,40,50). Sum of RGB (Red+Green+Blue) = 224+40+50=314 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.34% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 224 - color contains mainly: red. Hex color #E02832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02832 is #1FD7CD. Grayscale: #606060. Windows color (decimal): -2086862 or 3287264. OLE color: 3287264.

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

Color convert

RGB 224 40 50 -
CMYK 0 0.82 0.78 0.12
HSL 356.74º 0.75% 0.52% -
HSV(B) 356.74º 0.82% 0.88% -
XYZ 32.07 17.6 4.72 -
YUV 96.16 101.96 219.19 -
System Red Green Blue C M Y K H S L
Decimal 224 40 50 0 0.82 0.78 0.12 356.74 0.75 0.52
Hex E0 28 32 0 52 4E C 165 4B 34
Octal 340 50 62 0 122 116 14 545 113 64
Binary 11100000 101000 110010 0 1010010 1001110 1100 101100101 1001011 110100

Color Harmonies of #E02832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02832

Black with #E02832

Text Example


Text Example

White with #E02832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02832; }

 p { color: rgb(224,40,50); }

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

background-color css

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

 a { background-color: rgb(224,40,50); }

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

border-color css

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

 span { border-color: rgb(224,40,50); }

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