Html Css Color HEX #E12D30 Alizarin

📋 copy color: '#E12D30'

red 225 ◦ green 45 ◦ blue 48

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

Shades of Alizarin #E12D30

Tints of Alizarin #E12D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.09%

R = 70.75%
G = 14.15%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E12D30 (or 0xE12D30) is known color: Alizarin. HEX triplet: E1, 2D and 30. RGB value is (225,45,48). Sum of RGB (Red+Green+Blue) = 225+45+48=318 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.75% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 225 - color contains mainly: red. Hex color #E12D30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12D30 is #1ED2CF. Grayscale: #636363. Windows color (decimal): -2020048 or 3157473. OLE color: 3157473.

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

Color convert

RGB 225 45 48 -
CMYK 0 0.8 0.79 0.12
HSL 359º 0.75% 0.53% -
HSV(B) 359º 0.8% 0.88% -
XYZ 32.52 18.1 4.58 -
YUV 99.16 99.13 217.76 -
System Red Green Blue C M Y K H S L
Decimal 225 45 48 0 0.8 0.79 0.12 359 0.75 0.53
Hex E1 2D 30 0 50 4F C 167 4B 35
Octal 341 55 60 0 120 117 14 547 113 65
Binary 11100001 101101 110000 0 1010000 1001111 1100 101100111 1001011 110101

Color Harmonies of #E12D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12D30

Black with #E12D30

Text Example


Text Example

White with #E12D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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