Html Css Color HEX #E12B33 Alizarin

📋 copy color: '#E12B33'

red 225 ◦ green 43 ◦ blue 51

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

Shades of Alizarin #E12B33

Tints of Alizarin #E12B33

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.48%

 BLUE value IS 51 (20.31% from 255) = 15.99%

R = 70.53%
G = 13.48%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E12B33 (or 0xE12B33) is known color: Alizarin. HEX triplet: E1, 2B and 33. RGB value is (225,43,51). Sum of RGB (Red+Green+Blue) = 225+43+51=319 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.53% from 319); Green value is 43 (17.19% from 255 or 13.48% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 225 - color contains mainly: red. Hex color #E12B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12B33 is #1ED4CC. Grayscale: #626262. Windows color (decimal): -2020557 or 3353569. OLE color: 3353569.

HSL color Cylindrical-coordinate representation of color #E12B33: hue angle of 357.36º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E12B33 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 43 51 -
CMYK 0 0.81 0.77 0.12
HSL 357.36º 0.75% 0.53% -
HSV(B) 357.36º 0.81% 0.88% -
XYZ 32.51 17.97 4.89 -
YUV 98.33 101.3 218.35 -
System Red Green Blue C M Y K H S L
Decimal 225 43 51 0 0.81 0.77 0.12 357.36 0.75 0.53
Hex E1 2B 33 0 51 4D C 165 4B 35
Octal 341 53 63 0 121 115 14 545 113 65
Binary 11100001 101011 110011 0 1010001 1001101 1100 101100101 1001011 110101

Color Harmonies of #E12B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12B33

Black with #E12B33

Text Example


Text Example

White with #E12B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12B33; }

 p { color: rgb(225,43,51); }

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

background-color css

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

 a { background-color: rgb(225,43,51); }

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

border-color css

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

 span { border-color: rgb(225,43,51); }

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