Html Css Color HEX #E02D3C Alizarin

📋 copy color: '#E02D3C'

red 224 ◦ green 45 ◦ blue 60

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

Shades of Alizarin #E02D3C

Tints of Alizarin #E02D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.24%

R = 68.09%
G = 13.68%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E02D3C (or 0xE02D3C) is known color: Alizarin. HEX triplet: E0, 2D and 3C. RGB value is (224,45,60). Sum of RGB (Red+Green+Blue) = 224+45+60=329 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.09% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02D3C is #1FD2C3. Grayscale: #646464. Windows color (decimal): -2085572 or 3943904. OLE color: 3943904.

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

Color convert

RGB 224 45 60 -
CMYK 0 0.80 0.73 0.12
HSL 354.97º 0.74% 0.53% -
HSV(B) 354.97º 0.8% 0.88% -
XYZ 32.49 18.05 6.05 -
YUV 100.23 105.3 216.28 -
System Red Green Blue C M Y K H S L
Decimal 224 45 60 0 0.80 0.73 0.12 354.97 0.74 0.53
Hex E0 2D 3C 0 50 49 C 163 4A 35
Octal 340 55 74 0 120 111 14 543 112 65
Binary 11100000 101101 111100 0 1010000 1001001 1100 101100011 1001010 110101

Color Harmonies of #E02D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02D3C

Black with #E02D3C

Text Example


Text Example

White with #E02D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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