Html Css Color HEX #E12325 Alizarin

📋 copy color: '#E12325'

red 225 ◦ green 35 ◦ blue 37

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

Shades of Alizarin #E12325

Tints of Alizarin #E12325

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.78%

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

R = 75.76%
G = 11.78%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E12325 (or 0xE12325) is known color: Alizarin. HEX triplet: E1, 23 and 25. RGB value is (225,35,37). Sum of RGB (Red+Green+Blue) = 225+35+37=297 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.76% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 225 - color contains mainly: red. Hex color #E12325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12325 is #1EDCDA. Grayscale: #5C5C5C. Windows color (decimal): -2022619 or 2434017. OLE color: 2434017.

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

Color convert

RGB 225 35 37 -
CMYK 0 0.84 0.84 0.12
HSL 359.37º 0.76% 0.51% -
HSV(B) 359.37º 0.84% 0.88% -
XYZ 31.99 17.34 3.41 -
YUV 92.04 96.95 222.84 -
System Red Green Blue C M Y K H S L
Decimal 225 35 37 0 0.84 0.84 0.12 359.37 0.76 0.51
Hex E1 23 25 0 54 54 C 167 4C 33
Octal 341 43 45 0 124 124 14 547 114 63
Binary 11100001 100011 100101 0 1010100 1010100 1100 101100111 1001100 110011

Color Harmonies of #E12325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12325

Black with #E12325

Text Example


Text Example

White with #E12325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12325; }

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

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

background-color css

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

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

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

border-color css

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

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

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