Html Css Color HEX #E01C36 Alizarin

📋 copy color: '#E01C36'

red 224 ◦ green 28 ◦ blue 54

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

Shades of Alizarin #E01C36

Tints of Alizarin #E01C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.65%

R = 73.2%
G = 9.15%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E01C36 (or 0xE01C36) is known color: Alizarin. HEX triplet: E0, 1C and 36. RGB value is (224,28,54). Sum of RGB (Red+Green+Blue) = 224+28+54=306 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.20% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01C36 is #1FE3C9. Grayscale: #595959. Windows color (decimal): -2089930 or 3546336. OLE color: 3546336.

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

Color convert

RGB 224 28 54 -
CMYK 0 0.88 0.76 0.12
HSL 352.04º 0.78% 0.49% -
HSV(B) 352.04º 0.88% 0.88% -
XYZ 31.82 16.94 5.08 -
YUV 89.57 107.93 223.89 -
System Red Green Blue C M Y K H S L
Decimal 224 28 54 0 0.88 0.76 0.12 352.04 0.78 0.49
Hex E0 1C 36 0 58 4C C 160 4E 31
Octal 340 34 66 0 130 114 14 540 116 61
Binary 11100000 11100 110110 0 1011000 1001100 1100 101100000 1001110 110001

Color Harmonies of #E01C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01C36

Black with #E01C36

Text Example


Text Example

White with #E01C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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