Html Css Color HEX #E12A2B Alizarin

📋 copy color: '#E12A2B'

red 225 ◦ green 42 ◦ blue 43

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

Shades of Alizarin #E12A2B

Tints of Alizarin #E12A2B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.55%

 BLUE value IS 43 (17.19% from 255) = 13.87%

R = 72.58%
G = 13.55%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E12A2B (or 0xE12A2B) is known color: Alizarin. HEX triplet: E1, 2A and 2B. RGB value is (225,42,43). Sum of RGB (Red+Green+Blue) = 225+42+43=310 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.58% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 225 - color contains mainly: red. Hex color #E12A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12A2B is #1ED5D4. Grayscale: #616161. Windows color (decimal): -2020821 or 2829025. OLE color: 2829025.

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

Color convert

RGB 225 42 43 -
CMYK 0 0.81 0.81 0.12
HSL 359.67º 0.75% 0.52% -
HSV(B) 359.67º 0.81% 0.88% -
XYZ 32.32 17.84 4.03 -
YUV 96.83 97.63 219.42 -
System Red Green Blue C M Y K H S L
Decimal 225 42 43 0 0.81 0.81 0.12 359.67 0.75 0.52
Hex E1 2A 2B 0 51 51 C 168 4B 34
Octal 341 52 53 0 121 121 14 550 113 64
Binary 11100001 101010 101011 0 1010001 1010001 1100 101101000 1001011 110100

Color Harmonies of #E12A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12A2B

Black with #E12A2B

Text Example


Text Example

White with #E12A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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