Html Css Color HEX #E01D33 Alizarin

📋 copy color: '#E01D33'

red 224 ◦ green 29 ◦ blue 51

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

Shades of Alizarin #E01D33

Tints of Alizarin #E01D33

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.54%

 BLUE value IS 51 (20.31% from 255) = 16.78%

R = 73.68%
G = 9.54%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E01D33 (or 0xE01D33) is known color: Alizarin. HEX triplet: E0, 1D and 33. RGB value is (224,29,51). Sum of RGB (Red+Green+Blue) = 224+29+51=304 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.68% from 304); Green value is 29 (11.72% from 255 or 9.54% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 224 - color contains mainly: red. Hex color #E01D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01D33 is #1FE2CC. Grayscale: #595959. Windows color (decimal): -2089677 or 3349984. OLE color: 3349984.

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

Color convert

RGB 224 29 51 -
CMYK 0 0.87 0.77 0.12
HSL 353.23º 0.77% 0.5% -
HSV(B) 353.23º 0.87% 0.88% -
XYZ 31.78 16.97 4.73 -
YUV 89.81 106.1 223.71 -
System Red Green Blue C M Y K H S L
Decimal 224 29 51 0 0.87 0.77 0.12 353.23 0.77 0.5
Hex E0 1D 33 0 57 4D C 161 4D 32
Octal 340 35 63 0 127 115 14 541 115 62
Binary 11100000 11101 110011 0 1010111 1001101 1100 101100001 1001101 110010

Color Harmonies of #E01D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01D33

Black with #E01D33

Text Example


Text Example

White with #E01D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01D33; }

 p { color: rgb(224,29,51); }

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

background-color css

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

 a { background-color: rgb(224,29,51); }

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

border-color css

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

 span { border-color: rgb(224,29,51); }

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