Html Css Color HEX #E02030 Alizarin

📋 copy color: '#E02030'

red 224 ◦ green 32 ◦ blue 48

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

Shades of Alizarin #E02030

Tints of Alizarin #E02030

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.53%

 BLUE value IS 48 (19.14% from 255) = 15.79%

R = 73.68%
G = 10.53%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E02030 (or 0xE02030) is known color: Alizarin. HEX triplet: E0, 20 and 30. RGB value is (224,32,48). Sum of RGB (Red+Green+Blue) = 224+32+48=304 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.68% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 224 - color contains mainly: red. Hex color #E02030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02030 is #1FDFCF. Grayscale: #5B5B5B. Windows color (decimal): -2088912 or 3154144. OLE color: 3154144.

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

Color convert

RGB 224 32 48 -
CMYK 0 0.86 0.79 0.12
HSL 355º 0.76% 0.5% -
HSV(B) 355º 0.86% 0.88% -
XYZ 31.79 17.09 4.42 -
YUV 91.23 103.61 222.7 -
System Red Green Blue C M Y K H S L
Decimal 224 32 48 0 0.86 0.79 0.12 355 0.76 0.5
Hex E0 20 30 0 56 4F C 163 4C 32
Octal 340 40 60 0 126 117 14 543 114 62
Binary 11100000 100000 110000 0 1010110 1001111 1100 101100011 1001100 110010

Color Harmonies of #E02030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02030

Black with #E02030

Text Example


Text Example

White with #E02030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02030; }

 p { color: rgb(224,32,48); }

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

background-color css

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

 a { background-color: rgb(224,32,48); }

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

border-color css

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

 span { border-color: rgb(224,32,48); }

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