Html Css Color HEX #E12D3F Alizarin

📋 copy color: '#E12D3F'

red 225 ◦ green 45 ◦ blue 63

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

Shades of Alizarin #E12D3F

Tints of Alizarin #E12D3F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.51%

 BLUE value IS 63 (25% from 255) = 18.92%

R = 67.57%
G = 13.51%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E12D3F (or 0xE12D3F) is known color: Alizarin. HEX triplet: E1, 2D and 3F. RGB value is (225,45,63). Sum of RGB (Red+Green+Blue) = 225+45+63=333 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.57% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 225 - color contains mainly: red. Hex color #E12D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12D3F is #1ED2C0. Grayscale: #646464. Windows color (decimal): -2020033 or 4140513. OLE color: 4140513.

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

Color convert

RGB 225 45 63 -
CMYK 0 0.8 0.72 0.12
HSL 354º 0.75% 0.53% -
HSV(B) 354º 0.8% 0.88% -
XYZ 32.89 18.24 6.49 -
YUV 100.87 106.63 216.54 -
System Red Green Blue C M Y K H S L
Decimal 225 45 63 0 0.8 0.72 0.12 354 0.75 0.53
Hex E1 2D 3F 0 50 48 C 162 4B 35
Octal 341 55 77 0 120 110 14 542 113 65
Binary 11100001 101101 111111 0 1010000 1001000 1100 101100010 1001011 110101

Color Harmonies of #E12D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12D3F

Black with #E12D3F

Text Example


Text Example

White with #E12D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12D3F; }

 p { color: rgb(225,45,63); }

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

background-color css

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

 a { background-color: rgb(225,45,63); }

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

border-color css

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

 span { border-color: rgb(225,45,63); }

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