Html Css Color HEX #E12125 Alizarin

📋 copy color: '#E12125'

red 225 ◦ green 33 ◦ blue 37

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

Shades of Alizarin #E12125

Tints of Alizarin #E12125

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.19%

 BLUE value IS 37 (14.84% from 255) = 12.54%

R = 76.27%
G = 11.19%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E12125 (or 0xE12125) is known color: Alizarin. HEX triplet: E1, 21 and 25. RGB value is (225,33,37). Sum of RGB (Red+Green+Blue) = 225+33+37=295 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.27% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 225 - color contains mainly: red. Hex color #E12125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12125 is #1EDEDA. Grayscale: #5B5B5B. Windows color (decimal): -2023131 or 2433505. OLE color: 2433505.

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

Color convert

RGB 225 33 37 -
CMYK 0 0.85 0.84 0.12
HSL 358.75º 0.76% 0.51% -
HSV(B) 358.75º 0.85% 0.88% -
XYZ 31.93 17.23 3.39 -
YUV 90.86 97.61 223.67 -
System Red Green Blue C M Y K H S L
Decimal 225 33 37 0 0.85 0.84 0.12 358.75 0.76 0.51
Hex E1 21 25 0 55 54 C 167 4C 33
Octal 341 41 45 0 125 124 14 547 114 63
Binary 11100001 100001 100101 0 1010101 1010100 1100 101100111 1001100 110011

Color Harmonies of #E12125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12125

Black with #E12125

Text Example


Text Example

White with #E12125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12125; }

 p { color: rgb(225,33,37); }

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

background-color css

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

 a { background-color: rgb(225,33,37); }

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

border-color css

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

 span { border-color: rgb(225,33,37); }

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