Html Css Color HEX #E32D3B Alizarin

📋 copy color: '#E32D3B'

red 227 ◦ green 45 ◦ blue 59

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

Shades of Alizarin #E32D3B

Tints of Alizarin #E32D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.82%

R = 68.58%
G = 13.6%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E32D3B (or 0xE32D3B) is known color: Alizarin. HEX triplet: E3, 2D and 3B. RGB value is (227,45,59). Sum of RGB (Red+Green+Blue) = 227+45+59=331 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.58% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 227 - color contains mainly: red. Hex color #E32D3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32D3B is #1CD2C4. Grayscale: #656565. Windows color (decimal): -1888965 or 3878371. OLE color: 3878371.

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

Color convert

RGB 227 45 59 -
CMYK 0 0.80 0.74 0.11
HSL 355.38º 0.76% 0.53% -
HSV(B) 355.38º 0.8% 0.89% -
XYZ 33.41 18.52 5.95 -
YUV 101.01 104.3 217.86 -
System Red Green Blue C M Y K H S L
Decimal 227 45 59 0 0.80 0.74 0.11 355.38 0.76 0.53
Hex E3 2D 3B 0 50 4A B 163 4C 35
Octal 343 55 73 0 120 112 13 543 114 65
Binary 11100011 101101 111011 0 1010000 1001010 1011 101100011 1001100 110101

Color Harmonies of #E32D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32D3B

Black with #E32D3B

Text Example


Text Example

White with #E32D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32D3B; }

 p { color: rgb(227,45,59); }

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

background-color css

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

 a { background-color: rgb(227,45,59); }

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

border-color css

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

 span { border-color: rgb(227,45,59); }

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