Html Css Color HEX #E1252F Alizarin

📋 copy color: '#E1252F'

red 225 ◦ green 37 ◦ blue 47

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

Shades of Alizarin #E1252F

Tints of Alizarin #E1252F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.97%

 BLUE value IS 47 (18.75% from 255) = 15.21%

R = 72.82%
G = 11.97%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E1252F (or 0xE1252F) is known color: Alizarin. HEX triplet: E1, 25 and 2F. RGB value is (225,37,47). Sum of RGB (Red+Green+Blue) = 225+37+47=309 (40% of max value = 765). Red value is 225 (88.28% from 255 or 72.82% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 225 - color contains mainly: red. Hex color #E1252F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1252F is #1EDAD0. Grayscale: #5E5E5E. Windows color (decimal): -2022097 or 3089889. OLE color: 3089889.

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

Color convert

RGB 225 37 47 -
CMYK 0 0.84 0.79 0.12
HSL 356.81º 0.76% 0.51% -
HSV(B) 356.81º 0.84% 0.88% -
XYZ 32.23 17.54 4.38 -
YUV 94.35 101.28 221.19 -
System Red Green Blue C M Y K H S L
Decimal 225 37 47 0 0.84 0.79 0.12 356.81 0.76 0.51
Hex E1 25 2F 0 54 4F C 165 4C 33
Octal 341 45 57 0 124 117 14 545 114 63
Binary 11100001 100101 101111 0 1010100 1001111 1100 101100101 1001100 110011

Color Harmonies of #E1252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1252F

Black with #E1252F

Text Example


Text Example

White with #E1252F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1252F; }

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

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

background-color css

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

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

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

border-color css

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

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

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