Html Css Color HEX #E71529 Alizarin

📋 copy color: '#E71529'

red 231 ◦ green 21 ◦ blue 41

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

Shades of Alizarin #E71529

Tints of Alizarin #E71529

RGB

 RED value IS 231 (90.63% from 255) = 78.84%

 GREEN value IS 21 (8.59% from 255) = 7.17%

 BLUE value IS 41 (16.41% from 255) = 13.99%

R = 78.84%
G = 7.17%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E71529 (or 0xE71529) is known color: Alizarin. HEX triplet: E7, 15 and 29. RGB value is (231,21,41). Sum of RGB (Red+Green+Blue) = 231+21+41=293 (38% of max value = 765). Red value is 231 (90.62% from 255 or 78.84% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 231 - color contains mainly: red. Hex color #E71529 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71529 is #18EAD6. Grayscale: #565656. Windows color (decimal): -1632983 or 2692583. OLE color: 2692583.

HSL color Cylindrical-coordinate representation of color #E71529: hue angle of 354.29º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E71529 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 21 41 -
CMYK 0 0.91 0.82 0.09
HSL 354.29º 0.83% 0.49% -
HSV(B) 354.29º 0.91% 0.91% -
XYZ 33.62 17.69 3.74 -
YUV 86.07 102.57 231.37 -
System Red Green Blue C M Y K H S L
Decimal 231 21 41 0 0.91 0.82 0.09 354.29 0.83 0.49
Hex E7 15 29 0 5B 52 9 162 53 31
Octal 347 25 51 0 133 122 11 542 123 61
Binary 11100111 10101 101001 0 1011011 1010010 1001 101100010 1010011 110001

Color Harmonies of #E71529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71529

Black with #E71529

Text Example


Text Example

White with #E71529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71529; }

 p { color: rgb(231,21,41); }

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

background-color css

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

 a { background-color: rgb(231,21,41); }

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

border-color css

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

 span { border-color: rgb(231,21,41); }

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