Html Css Color HEX #E13042 Alizarin

📋 copy color: '#E13042'

red 225 ◦ green 48 ◦ blue 66

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

Shades of Alizarin #E13042

Tints of Alizarin #E13042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.47%

R = 66.37%
G = 14.16%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E13042 (or 0xE13042) is known color: Alizarin. HEX triplet: E1, 30 and 42. RGB value is (225,48,66). Sum of RGB (Red+Green+Blue) = 225+48+66=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E13042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13042 is #1ECFBD. Grayscale: #676767. Windows color (decimal): -2019262 or 4337889. OLE color: 4337889.

HSL color Cylindrical-coordinate representation of color #E13042: hue angle of 353.9º 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 #E13042 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 48 66 -
CMYK 0 0.79 0.71 0.12
HSL 353.9º 0.75% 0.54% -
HSV(B) 353.9º 0.79% 0.88% -
XYZ 33.09 18.51 6.98 -
YUV 102.98 107.14 215.04 -
System Red Green Blue C M Y K H S L
Decimal 225 48 66 0 0.79 0.71 0.12 353.9 0.75 0.54
Hex E1 30 42 0 4F 47 C 162 4B 36
Octal 341 60 102 0 117 107 14 542 113 66
Binary 11100001 110000 1000010 0 1001111 1000111 1100 101100010 1001011 110110

Color Harmonies of #E13042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13042

Black with #E13042

Text Example


Text Example

White with #E13042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13042; }

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

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

background-color css

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

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

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

border-color css

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

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

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