Html Css Color HEX #E13032 Alizarin

📋 copy color: '#E13032'

red 225 ◦ green 48 ◦ blue 50

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

Shades of Alizarin #E13032

Tints of Alizarin #E13032

RGB

 RED value IS 225 (88.28% from 255) = 69.66%

 GREEN value IS 48 (19.14% from 255) = 14.86%

 BLUE value IS 50 (19.92% from 255) = 15.48%

R = 69.66%
G = 14.86%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E13032 (or 0xE13032) is known color: Alizarin. HEX triplet: E1, 30 and 32. RGB value is (225,48,50). Sum of RGB (Red+Green+Blue) = 225+48+50=323 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.66% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 225 - color contains mainly: red. Hex color #E13032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13032 is #1ECFCD. Grayscale: #656565. Windows color (decimal): -2019278 or 3289313. OLE color: 3289313.

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

Color convert

RGB 225 48 50 -
CMYK 0 0.79 0.78 0.12
HSL 359.32º 0.75% 0.54% -
HSV(B) 359.32º 0.79% 0.88% -
XYZ 32.68 18.35 4.84 -
YUV 101.15 99.14 216.34 -
System Red Green Blue C M Y K H S L
Decimal 225 48 50 0 0.79 0.78 0.12 359.32 0.75 0.54
Hex E1 30 32 0 4F 4E C 167 4B 36
Octal 341 60 62 0 117 116 14 547 113 66
Binary 11100001 110000 110010 0 1001111 1001110 1100 101100111 1001011 110110

Color Harmonies of #E13032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13032

Black with #E13032

Text Example


Text Example

White with #E13032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13032; }

 p { color: rgb(225,48,50); }

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

background-color css

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

 a { background-color: rgb(225,48,50); }

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

border-color css

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

 span { border-color: rgb(225,48,50); }

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