Html Css Color HEX #E12C2D Alizarin

📋 copy color: '#E12C2D'

red 225 ◦ green 44 ◦ blue 45

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

Shades of Alizarin #E12C2D

Tints of Alizarin #E12C2D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.01%

 BLUE value IS 45 (17.97% from 255) = 14.33%

R = 71.66%
G = 14.01%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.8

 K value IS 0.12

RGB Variations

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

Color information

#E12C2D (or 0xE12C2D) is known color: Alizarin. HEX triplet: E1, 2C and 2D. RGB value is (225,44,45). Sum of RGB (Red+Green+Blue) = 225+44+45=314 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.66% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 225 - color contains mainly: red. Hex color #E12C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12C2D is #1ED3D2. Grayscale: #626262. Windows color (decimal): -2020307 or 2960609. OLE color: 2960609.

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

Color convert

RGB 225 44 45 -
CMYK 0 0.80 0.8 0.12
HSL 359.67º 0.75% 0.53% -
HSV(B) 359.67º 0.8% 0.88% -
XYZ 32.43 18 4.25 -
YUV 98.23 97.97 218.42 -
System Red Green Blue C M Y K H S L
Decimal 225 44 45 0 0.80 0.8 0.12 359.67 0.75 0.53
Hex E1 2C 2D 0 50 50 C 168 4B 35
Octal 341 54 55 0 120 120 14 550 113 65
Binary 11100001 101100 101101 0 1010000 1010000 1100 101101000 1001011 110101

Color Harmonies of #E12C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12C2D

Black with #E12C2D

Text Example


Text Example

White with #E12C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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