Html Css Color HEX #E12933 Alizarin

📋 copy color: '#E12933'

red 225 ◦ green 41 ◦ blue 51

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

Shades of Alizarin #E12933

Tints of Alizarin #E12933

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.93%

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

R = 70.98%
G = 12.93%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E12933 (or 0xE12933) is known color: Alizarin. HEX triplet: E1, 29 and 33. RGB value is (225,41,51). Sum of RGB (Red+Green+Blue) = 225+41+51=317 (41% of max value = 765). Red value is 225 (88.28% from 255 or 70.98% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 225 - color contains mainly: red. Hex color #E12933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12933 is #1ED6CC. Grayscale: #616161. Windows color (decimal): -2021069 or 3353057. OLE color: 3353057.

HSL color Cylindrical-coordinate representation of color #E12933: hue angle of 356.74º degrees, saturation: 0.75, 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 #E12933 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 41 51 -
CMYK 0 0.82 0.77 0.12
HSL 356.74º 0.75% 0.52% -
HSV(B) 356.74º 0.82% 0.88% -
XYZ 32.44 17.83 4.86 -
YUV 97.16 101.96 219.19 -
System Red Green Blue C M Y K H S L
Decimal 225 41 51 0 0.82 0.77 0.12 356.74 0.75 0.52
Hex E1 29 33 0 52 4D C 165 4B 34
Octal 341 51 63 0 122 115 14 545 113 64
Binary 11100001 101001 110011 0 1010010 1001101 1100 101100101 1001011 110100

Color Harmonies of #E12933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12933

Black with #E12933

Text Example


Text Example

White with #E12933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12933; }

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

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

background-color css

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

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

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

border-color css

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

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

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