Html Css Color HEX #E12427 Alizarin

📋 copy color: '#E12427'

red 225 ◦ green 36 ◦ blue 39

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

Shades of Alizarin #E12427

Tints of Alizarin #E12427

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12%

 BLUE value IS 39 (15.63% from 255) = 13%

R = 75%
G = 12%
B = 13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E12427 (or 0xE12427) is known color: Alizarin. HEX triplet: E1, 24 and 27. RGB value is (225,36,39). Sum of RGB (Red+Green+Blue) = 225+36+39=300 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 225 - color contains mainly: red. Hex color #E12427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12427 is #1EDBD8. Grayscale: #5D5D5D. Windows color (decimal): -2022361 or 2565345. OLE color: 2565345.

HSL color Cylindrical-coordinate representation of color #E12427: hue angle of 359.05º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E12427 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 36 39 -
CMYK 0 0.84 0.83 0.12
HSL 359.05º 0.76% 0.51% -
HSV(B) 359.05º 0.84% 0.88% -
XYZ 32.05 17.42 3.59 -
YUV 92.85 97.62 222.26 -
System Red Green Blue C M Y K H S L
Decimal 225 36 39 0 0.84 0.83 0.12 359.05 0.76 0.51
Hex E1 24 27 0 54 53 C 167 4C 33
Octal 341 44 47 0 124 123 14 547 114 63
Binary 11100001 100100 100111 0 1010100 1010011 1100 101100111 1001100 110011

Color Harmonies of #E12427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12427

Black with #E12427

Text Example


Text Example

White with #E12427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12427; }

 p { color: rgb(225,36,39); }

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

background-color css

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

 a { background-color: rgb(225,36,39); }

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

border-color css

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

 span { border-color: rgb(225,36,39); }

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