Html Css Color HEX #E01729 Alizarin

📋 copy color: '#E01729'

red 224 ◦ green 23 ◦ blue 41

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

Shades of Alizarin #E01729

Tints of Alizarin #E01729

RGB

 RED value IS 224 (87.89% from 255) = 77.78%

 GREEN value IS 23 (9.38% from 255) = 7.99%

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

R = 77.78%
G = 7.99%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E01729 (or 0xE01729) is known color: Alizarin. HEX triplet: E0, 17 and 29. RGB value is (224,23,41). Sum of RGB (Red+Green+Blue) = 224+23+41=288 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.78% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 224 - color contains mainly: red. Hex color #E01729 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01729 is #1FE8D6. Grayscale: #555555. Windows color (decimal): -2091223 or 2693088. OLE color: 2693088.

HSL color Cylindrical-coordinate representation of color #E01729: hue angle of 354.63º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E01729 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 23 41 -
CMYK 0 0.90 0.82 0.12
HSL 354.63º 0.81% 0.48% -
HSV(B) 354.63º 0.9% 0.88% -
XYZ 31.45 16.62 3.65 -
YUV 85.15 103.09 227.04 -
System Red Green Blue C M Y K H S L
Decimal 224 23 41 0 0.90 0.82 0.12 354.63 0.81 0.48
Hex E0 17 29 0 5A 52 C 163 51 30
Octal 340 27 51 0 132 122 14 543 121 60
Binary 11100000 10111 101001 0 1011010 1010010 1100 101100011 1010001 110000

Color Harmonies of #E01729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01729

Black with #E01729

Text Example


Text Example

White with #E01729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01729; }

 p { color: rgb(224,23,41); }

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

background-color css

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

 a { background-color: rgb(224,23,41); }

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

border-color css

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

 span { border-color: rgb(224,23,41); }

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