Html Css Color HEX #E12E3C Alizarin

📋 copy color: '#E12E3C'

red 225 ◦ green 46 ◦ blue 60

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

Shades of Alizarin #E12E3C

Tints of Alizarin #E12E3C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.9%

 BLUE value IS 60 (23.83% from 255) = 18.13%

R = 67.98%
G = 13.9%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E12E3C (or 0xE12E3C) is known color: Alizarin. HEX triplet: E1, 2E and 3C. RGB value is (225,46,60). Sum of RGB (Red+Green+Blue) = 225+46+60=331 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.98% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 225 - color contains mainly: red. Hex color #E12E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12E3C is #1ED1C3. Grayscale: #656565. Windows color (decimal): -2019780 or 3944161. OLE color: 3944161.

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

Color convert

RGB 225 46 60 -
CMYK 0 0.80 0.73 0.12
HSL 355.31º 0.75% 0.53% -
HSV(B) 355.31º 0.8% 0.88% -
XYZ 32.84 18.29 6.07 -
YUV 101.12 104.8 216.36 -
System Red Green Blue C M Y K H S L
Decimal 225 46 60 0 0.80 0.73 0.12 355.31 0.75 0.53
Hex E1 2E 3C 0 50 49 C 163 4B 35
Octal 341 56 74 0 120 111 14 543 113 65
Binary 11100001 101110 111100 0 1010000 1001001 1100 101100011 1001011 110101

Color Harmonies of #E12E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12E3C

Black with #E12E3C

Text Example


Text Example

White with #E12E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12E3C; }

 p { color: rgb(225,46,60); }

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

background-color css

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

 a { background-color: rgb(225,46,60); }

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

border-color css

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

 span { border-color: rgb(225,46,60); }

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