Html Css Color HEX #E01C32 Alizarin

📋 copy color: '#E01C32'

red 224 ◦ green 28 ◦ blue 50

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

Shades of Alizarin #E01C32

Tints of Alizarin #E01C32

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.27%

 BLUE value IS 50 (19.92% from 255) = 16.56%

R = 74.17%
G = 9.27%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E01C32 (or 0xE01C32) is known color: Alizarin. HEX triplet: E0, 1C and 32. RGB value is (224,28,50). Sum of RGB (Red+Green+Blue) = 224+28+50=302 (40% of max value = 765). Red value is 224 (87.89% from 255 or 74.17% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01C32 is #1FE3CD. Grayscale: #595959. Windows color (decimal): -2089934 or 3284192. OLE color: 3284192.

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

Color convert

RGB 224 28 50 -
CMYK 0 0.88 0.78 0.12
HSL 353.27º 0.78% 0.49% -
HSV(B) 353.27º 0.88% 0.88% -
XYZ 31.73 16.91 4.61 -
YUV 89.11 105.93 224.21 -
System Red Green Blue C M Y K H S L
Decimal 224 28 50 0 0.88 0.78 0.12 353.27 0.78 0.49
Hex E0 1C 32 0 58 4E C 161 4E 31
Octal 340 34 62 0 130 116 14 541 116 61
Binary 11100000 11100 110010 0 1011000 1001110 1100 101100001 1001110 110001

Color Harmonies of #E01C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01C32

Black with #E01C32

Text Example


Text Example

White with #E01C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01C32; }

 p { color: rgb(224,28,50); }

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

background-color css

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

 a { background-color: rgb(224,28,50); }

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

border-color css

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

 span { border-color: rgb(224,28,50); }

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