Html Css Color HEX #E12835 Alizarin

📋 copy color: '#E12835'

red 225 ◦ green 40 ◦ blue 53

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

Shades of Alizarin #E12835

Tints of Alizarin #E12835

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.58%

 BLUE value IS 53 (21.09% from 255) = 16.67%

R = 70.75%
G = 12.58%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E12835 (or 0xE12835) is known color: Alizarin. HEX triplet: E1, 28 and 35. RGB value is (225,40,53). Sum of RGB (Red+Green+Blue) = 225+40+53=318 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.75% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 225 - color contains mainly: red. Hex color #E12835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12835 is #1ED7CA. Grayscale: #606060. Windows color (decimal): -2021323 or 3483873. OLE color: 3483873.

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

Color convert

RGB 225 40 53 -
CMYK 0 0.82 0.76 0.12
HSL 355.78º 0.76% 0.52% -
HSV(B) 355.78º 0.82% 0.88% -
XYZ 32.45 17.78 5.09 -
YUV 96.8 103.29 219.44 -
System Red Green Blue C M Y K H S L
Decimal 225 40 53 0 0.82 0.76 0.12 355.78 0.76 0.52
Hex E1 28 35 0 52 4C C 164 4C 34
Octal 341 50 65 0 122 114 14 544 114 64
Binary 11100001 101000 110101 0 1010010 1001100 1100 101100100 1001100 110100

Color Harmonies of #E12835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12835

Black with #E12835

Text Example


Text Example

White with #E12835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12835; }

 p { color: rgb(225,40,53); }

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

background-color css

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

 a { background-color: rgb(225,40,53); }

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

border-color css

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

 span { border-color: rgb(225,40,53); }

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