Html Css Color HEX #E12D3A Alizarin

📋 copy color: '#E12D3A'

red 225 ◦ green 45 ◦ blue 58

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

Shades of Alizarin #E12D3A

Tints of Alizarin #E12D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.68%

R = 68.6%
G = 13.72%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E12D3A (or 0xE12D3A) is known color: Alizarin. HEX triplet: E1, 2D and 3A. RGB value is (225,45,58). Sum of RGB (Red+Green+Blue) = 225+45+58=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E12D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12D3A is #1ED2C5. Grayscale: #646464. Windows color (decimal): -2020038 or 3812833. OLE color: 3812833.

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

Color convert

RGB 225 45 58 -
CMYK 0 0.8 0.74 0.12
HSL 355.67º 0.75% 0.53% -
HSV(B) 355.67º 0.8% 0.88% -
XYZ 32.75 18.19 5.79 -
YUV 100.3 104.13 216.94 -
System Red Green Blue C M Y K H S L
Decimal 225 45 58 0 0.8 0.74 0.12 355.67 0.75 0.53
Hex E1 2D 3A 0 50 4A C 164 4B 35
Octal 341 55 72 0 120 112 14 544 113 65
Binary 11100001 101101 111010 0 1010000 1001010 1100 101100100 1001011 110101

Color Harmonies of #E12D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12D3A

Black with #E12D3A

Text Example


Text Example

White with #E12D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12D3A; }

 p { color: rgb(225,45,58); }

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

background-color css

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

 a { background-color: rgb(225,45,58); }

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

border-color css

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

 span { border-color: rgb(225,45,58); }

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