Html Css Color HEX #E1252B Alizarin

📋 copy color: '#E1252B'

red 225 ◦ green 37 ◦ blue 43

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

Shades of Alizarin #E1252B

Tints of Alizarin #E1252B

RGB

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

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

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

R = 73.77%
G = 12.13%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E1252B (or 0xE1252B) is known color: Alizarin. HEX triplet: E1, 25 and 2B. RGB value is (225,37,43). Sum of RGB (Red+Green+Blue) = 225+37+43=305 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.77% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 225 - color contains mainly: red. Hex color #E1252B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1252B is #1EDAD4. Grayscale: #5E5E5E. Windows color (decimal): -2022101 or 2827745. OLE color: 2827745.

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

Color convert

RGB 225 37 43 -
CMYK 0 0.84 0.81 0.12
HSL 358.09º 0.76% 0.51% -
HSV(B) 358.09º 0.84% 0.88% -
XYZ 32.15 17.51 3.97 -
YUV 93.9 99.28 221.51 -
System Red Green Blue C M Y K H S L
Decimal 225 37 43 0 0.84 0.81 0.12 358.09 0.76 0.51
Hex E1 25 2B 0 54 51 C 166 4C 33
Octal 341 45 53 0 124 121 14 546 114 63
Binary 11100001 100101 101011 0 1010100 1010001 1100 101100110 1001100 110011

Color Harmonies of #E1252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1252B

Black with #E1252B

Text Example


Text Example

White with #E1252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1252B; }

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

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

background-color css

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

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

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

border-color css

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

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

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