Html Css Color HEX #E02D33 Alizarin

📋 copy color: '#E02D33'

red 224 ◦ green 45 ◦ blue 51

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

Shades of Alizarin #E02D33

Tints of Alizarin #E02D33

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.06%

 BLUE value IS 51 (20.31% from 255) = 15.94%

R = 70%
G = 14.06%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E02D33 (or 0xE02D33) is known color: Alizarin. HEX triplet: E0, 2D and 33. RGB value is (224,45,51). Sum of RGB (Red+Green+Blue) = 224+45+51=320 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70% from 320); Green value is 45 (17.97% from 255 or 14.06% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02D33 is #1FD2CC. Grayscale: #636363. Windows color (decimal): -2085581 or 3354080. OLE color: 3354080.

HSL color Cylindrical-coordinate representation of color #E02D33: hue angle of 357.99º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02D33 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 45 51 -
CMYK 0 0.80 0.77 0.12
HSL 357.99º 0.74% 0.53% -
HSV(B) 357.99º 0.8% 0.88% -
XYZ 32.28 17.96 4.9 -
YUV 99.21 100.8 217.01 -
System Red Green Blue C M Y K H S L
Decimal 224 45 51 0 0.80 0.77 0.12 357.99 0.74 0.53
Hex E0 2D 33 0 50 4D C 166 4A 35
Octal 340 55 63 0 120 115 14 546 112 65
Binary 11100000 101101 110011 0 1010000 1001101 1100 101100110 1001010 110101

Color Harmonies of #E02D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02D33

Black with #E02D33

Text Example


Text Example

White with #E02D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02D33; }

 p { color: rgb(224,45,51); }

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

background-color css

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

 a { background-color: rgb(224,45,51); }

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

border-color css

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

 span { border-color: rgb(224,45,51); }

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