Html Css Color HEX #E5272A Alizarin

📋 copy color: '#E5272A'

red 229 ◦ green 39 ◦ blue 42

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

Shades of Alizarin #E5272A

Tints of Alizarin #E5272A

RGB

 RED value IS 229 (89.84% from 255) = 73.87%

 GREEN value IS 39 (15.63% from 255) = 12.58%

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

R = 73.87%
G = 12.58%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E5272A (or 0xE5272A) is known color: Alizarin. HEX triplet: E5, 27 and 2A. RGB value is (229,39,42). Sum of RGB (Red+Green+Blue) = 229+39+42=310 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.87% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 229 - color contains mainly: red. Hex color #E5272A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5272A is #1AD8D5. Grayscale: #606060. Windows color (decimal): -1759446 or 2762725. OLE color: 2762725.

HSL color Cylindrical-coordinate representation of color #E5272A: hue angle of 359.05º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5272A is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 39 42 -
CMYK 0 0.83 0.82 0.10
HSL 359.05º 0.79% 0.53% -
HSV(B) 359.05º 0.83% 0.9% -
XYZ 33.46 18.28 3.95 -
YUV 96.15 97.45 222.76 -
System Red Green Blue C M Y K H S L
Decimal 229 39 42 0 0.83 0.82 0.10 359.05 0.79 0.53
Hex E5 27 2A 0 53 52 A 167 4F 35
Octal 345 47 52 0 123 122 12 547 117 65
Binary 11100101 100111 101010 0 1010011 1010010 1010 101100111 1001111 110101

Color Harmonies of #E5272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5272A

Black with #E5272A

Text Example


Text Example

White with #E5272A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5272A; }

 p { color: rgb(229,39,42); }

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

background-color css

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

 a { background-color: rgb(229,39,42); }

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

border-color css

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

 span { border-color: rgb(229,39,42); }

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