Html Css Color HEX #E02830 Alizarin

📋 copy color: '#E02830'

red 224 ◦ green 40 ◦ blue 48

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

Shades of Alizarin #E02830

Tints of Alizarin #E02830

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.82%

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

R = 71.79%
G = 12.82%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E02830 (or 0xE02830) is known color: Alizarin. HEX triplet: E0, 28 and 30. RGB value is (224,40,48). Sum of RGB (Red+Green+Blue) = 224+40+48=312 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.79% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 224 - color contains mainly: red. Hex color #E02830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02830 is #1FD7CF. Grayscale: #606060. Windows color (decimal): -2086864 or 3156192. OLE color: 3156192.

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

Color convert

RGB 224 40 48 -
CMYK 0 0.82 0.79 0.12
HSL 357.39º 0.75% 0.52% -
HSV(B) 357.39º 0.82% 0.88% -
XYZ 32.03 17.58 4.5 -
YUV 95.93 100.96 219.35 -
System Red Green Blue C M Y K H S L
Decimal 224 40 48 0 0.82 0.79 0.12 357.39 0.75 0.52
Hex E0 28 30 0 52 4F C 165 4B 34
Octal 340 50 60 0 122 117 14 545 113 64
Binary 11100000 101000 110000 0 1010010 1001111 1100 101100101 1001011 110100

Color Harmonies of #E02830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02830

Black with #E02830

Text Example


Text Example

White with #E02830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02830; }

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

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

background-color css

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

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

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

border-color css

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

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

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