Html Css Color HEX #E12830 Alizarin

📋 copy color: '#E12830'

red 225 ◦ green 40 ◦ blue 48

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

Shades of Alizarin #E12830

Tints of Alizarin #E12830

RGB

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

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

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

R = 71.88%
G = 12.78%
B = 15.34%

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

#E12830 (or 0xE12830) is known color: Alizarin. HEX triplet: E1, 28 and 30. RGB value is (225,40,48). Sum of RGB (Red+Green+Blue) = 225+40+48=313 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.88% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 225 - color contains mainly: red. Hex color #E12830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12830 is #1ED7CF. Grayscale: #606060. Windows color (decimal): -2021328 or 3156193. OLE color: 3156193.

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

Color convert

RGB 225 40 48 -
CMYK 0 0.82 0.79 0.12
HSL 357.41º 0.76% 0.52% -
HSV(B) 357.41º 0.82% 0.88% -
XYZ 32.34 17.74 4.52 -
YUV 96.23 100.79 219.85 -
System Red Green Blue C M Y K H S L
Decimal 225 40 48 0 0.82 0.79 0.12 357.41 0.76 0.52
Hex E1 28 30 0 52 4F C 165 4C 34
Octal 341 50 60 0 122 117 14 545 114 64
Binary 11100001 101000 110000 0 1010010 1001111 1100 101100101 1001100 110100

Color Harmonies of #E12830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12830

Black with #E12830

Text Example


Text Example

White with #E12830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12830; }

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

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

background-color css

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

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

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

border-color css

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

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

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