Html Css Color HEX #E12F34 Alizarin

📋 copy color: '#E12F34'

red 225 ◦ green 47 ◦ blue 52

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

Shades of Alizarin #E12F34

Tints of Alizarin #E12F34

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.51%

 BLUE value IS 52 (20.7% from 255) = 16.05%

R = 69.44%
G = 14.51%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E12F34 (or 0xE12F34) is known color: Alizarin. HEX triplet: E1, 2F and 34. RGB value is (225,47,52). Sum of RGB (Red+Green+Blue) = 225+47+52=324 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.44% from 324); Green value is 47 (18.75% from 255 or 14.51% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 225 - color contains mainly: red. Hex color #E12F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12F34 is #1ED0CB. Grayscale: #646464. Windows color (decimal): -2019532 or 3420129. OLE color: 3420129.

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

Color convert

RGB 225 47 52 -
CMYK 0 0.79 0.77 0.12
HSL 358.31º 0.75% 0.53% -
HSV(B) 358.31º 0.79% 0.88% -
XYZ 32.69 18.29 5.06 -
YUV 100.79 100.47 216.59 -
System Red Green Blue C M Y K H S L
Decimal 225 47 52 0 0.79 0.77 0.12 358.31 0.75 0.53
Hex E1 2F 34 0 4F 4D C 166 4B 35
Octal 341 57 64 0 117 115 14 546 113 65
Binary 11100001 101111 110100 0 1001111 1001101 1100 101100110 1001011 110101

Color Harmonies of #E12F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12F34

Black with #E12F34

Text Example


Text Example

White with #E12F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12F34; }

 p { color: rgb(225,47,52); }

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

background-color css

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

 a { background-color: rgb(225,47,52); }

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

border-color css

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

 span { border-color: rgb(225,47,52); }

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