Html Css Color HEX #E12930 Alizarin

📋 copy color: '#E12930'

red 225 ◦ green 41 ◦ blue 48

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

Shades of Alizarin #E12930

Tints of Alizarin #E12930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.29%

R = 71.66%
G = 13.06%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E12930 (or 0xE12930) is known color: Alizarin. HEX triplet: E1, 29 and 30. RGB value is (225,41,48). Sum of RGB (Red+Green+Blue) = 225+41+48=314 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.66% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 225 - color contains mainly: red. Hex color #E12930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12930 is #1ED6CF. Grayscale: #606060. Windows color (decimal): -2021072 or 3156449. OLE color: 3156449.

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

Color convert

RGB 225 41 48 -
CMYK 0 0.82 0.79 0.12
HSL 357.72º 0.75% 0.52% -
HSV(B) 357.72º 0.82% 0.88% -
XYZ 32.38 17.81 4.53 -
YUV 96.81 100.46 219.43 -
System Red Green Blue C M Y K H S L
Decimal 225 41 48 0 0.82 0.79 0.12 357.72 0.75 0.52
Hex E1 29 30 0 52 4F C 166 4B 34
Octal 341 51 60 0 122 117 14 546 113 64
Binary 11100001 101001 110000 0 1010010 1001111 1100 101100110 1001011 110100

Color Harmonies of #E12930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12930

Black with #E12930

Text Example


Text Example

White with #E12930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12930; }

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

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

background-color css

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

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

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

border-color css

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

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

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