Html Css Color HEX #E32028 Alizarin

📋 copy color: '#E32028'

red 227 ◦ green 32 ◦ blue 40

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

Shades of Alizarin #E32028

Tints of Alizarin #E32028

RGB

 RED value IS 227 (89.06% from 255) = 75.92%

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

 BLUE value IS 40 (16.02% from 255) = 13.38%

R = 75.92%
G = 10.7%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E32028 (or 0xE32028) is known color: Alizarin. HEX triplet: E3, 20 and 28. RGB value is (227,32,40). Sum of RGB (Red+Green+Blue) = 227+32+40=299 (39% of max value = 765). Red value is 227 (89.06% from 255 or 75.92% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 227 - color contains mainly: red. Hex color #E32028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32028 is #1CDFD7. Grayscale: #5B5B5B. Windows color (decimal): -1892312 or 2629859. OLE color: 2629859.

HSL color Cylindrical-coordinate representation of color #E32028: hue angle of 357.54º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E32028 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 32 40 -
CMYK 0 0.86 0.82 0.11
HSL 357.54º 0.78% 0.51% -
HSV(B) 357.54º 0.86% 0.89% -
XYZ 32.58 17.52 3.67 -
YUV 91.22 99.1 224.85 -
System Red Green Blue C M Y K H S L
Decimal 227 32 40 0 0.86 0.82 0.11 357.54 0.78 0.51
Hex E3 20 28 0 56 52 B 166 4E 33
Octal 343 40 50 0 126 122 13 546 116 63
Binary 11100011 100000 101000 0 1010110 1010010 1011 101100110 1001110 110011

Color Harmonies of #E32028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32028

Black with #E32028

Text Example


Text Example

White with #E32028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32028; }

 p { color: rgb(227,32,40); }

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

background-color css

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

 a { background-color: rgb(227,32,40); }

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

border-color css

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

 span { border-color: rgb(227,32,40); }

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