Html Css Color HEX #E02235 Alizarin

📋 copy color: '#E02235'

red 224 ◦ green 34 ◦ blue 53

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

Shades of Alizarin #E02235

Tints of Alizarin #E02235

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.93%

 BLUE value IS 53 (21.09% from 255) = 17.04%

R = 72.03%
G = 10.93%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E02235 (or 0xE02235) is known color: Alizarin. HEX triplet: E0, 22 and 35. RGB value is (224,34,53). Sum of RGB (Red+Green+Blue) = 224+34+53=311 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.03% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 224 - color contains mainly: red. Hex color #E02235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02235 is #1FDDCA. Grayscale: #5D5D5D. Windows color (decimal): -2088395 or 3482336. OLE color: 3482336.

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

Color convert

RGB 224 34 53 -
CMYK 0 0.85 0.76 0.12
HSL 354º 0.75% 0.51% -
HSV(B) 354º 0.85% 0.88% -
XYZ 31.96 17.25 5.01 -
YUV 92.98 105.45 221.46 -
System Red Green Blue C M Y K H S L
Decimal 224 34 53 0 0.85 0.76 0.12 354 0.75 0.51
Hex E0 22 35 0 55 4C C 162 4B 33
Octal 340 42 65 0 125 114 14 542 113 63
Binary 11100000 100010 110101 0 1010101 1001100 1100 101100010 1001011 110011

Color Harmonies of #E02235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02235

Black with #E02235

Text Example


Text Example

White with #E02235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02235; }

 p { color: rgb(224,34,53); }

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

background-color css

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

 a { background-color: rgb(224,34,53); }

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

border-color css

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

 span { border-color: rgb(224,34,53); }

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