Html Css Color HEX #E32A3B Alizarin

📋 copy color: '#E32A3B'

red 227 ◦ green 42 ◦ blue 59

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

Shades of Alizarin #E32A3B

Tints of Alizarin #E32A3B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.8%

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

R = 69.21%
G = 12.8%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E32A3B (or 0xE32A3B) is known color: Alizarin. HEX triplet: E3, 2A and 3B. RGB value is (227,42,59). Sum of RGB (Red+Green+Blue) = 227+42+59=328 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.21% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 227 - color contains mainly: red. Hex color #E32A3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32A3B is #1CD5C4. Grayscale: #636363. Windows color (decimal): -1889733 or 3877603. OLE color: 3877603.

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

Color convert

RGB 227 42 59 -
CMYK 0 0.81 0.74 0.11
HSL 354.49º 0.77% 0.53% -
HSV(B) 354.49º 0.81% 0.89% -
XYZ 33.3 18.3 5.92 -
YUV 99.25 105.29 219.12 -
System Red Green Blue C M Y K H S L
Decimal 227 42 59 0 0.81 0.74 0.11 354.49 0.77 0.53
Hex E3 2A 3B 0 51 4A B 162 4D 35
Octal 343 52 73 0 121 112 13 542 115 65
Binary 11100011 101010 111011 0 1010001 1001010 1011 101100010 1001101 110101

Color Harmonies of #E32A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32A3B

Black with #E32A3B

Text Example


Text Example

White with #E32A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32A3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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