Html Css Color HEX #E02435 Alizarin

📋 copy color: '#E02435'

red 224 ◦ green 36 ◦ blue 53

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

Shades of Alizarin #E02435

Tints of Alizarin #E02435

RGB

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

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

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

R = 71.57%
G = 11.5%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E02435 (or 0xE02435) is known color: Alizarin. HEX triplet: E0, 24 and 35. RGB value is (224,36,53). Sum of RGB (Red+Green+Blue) = 224+36+53=313 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.57% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 224 - color contains mainly: red. Hex color #E02435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02435 is #1FDBCA. Grayscale: #5E5E5E. Windows color (decimal): -2087883 or 3482848. OLE color: 3482848.

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

Color convert

RGB 224 36 53 -
CMYK 0 0.84 0.76 0.12
HSL 354.57º 0.75% 0.51% -
HSV(B) 354.57º 0.84% 0.88% -
XYZ 32.01 17.37 5.03 -
YUV 94.15 104.78 220.62 -
System Red Green Blue C M Y K H S L
Decimal 224 36 53 0 0.84 0.76 0.12 354.57 0.75 0.51
Hex E0 24 35 0 54 4C C 163 4B 33
Octal 340 44 65 0 124 114 14 543 113 63
Binary 11100000 100100 110101 0 1010100 1001100 1100 101100011 1001011 110011

Color Harmonies of #E02435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02435

Black with #E02435

Text Example


Text Example

White with #E02435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02435; }

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

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

background-color css

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

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

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

border-color css

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

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

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