Html Css Color HEX #E01D34 Alizarin

📋 copy color: '#E01D34'

red 224 ◦ green 29 ◦ blue 52

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

Shades of Alizarin #E01D34

Tints of Alizarin #E01D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.05%

R = 73.44%
G = 9.51%
B = 17.05%

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

#E01D34 (or 0xE01D34) is known color: Alizarin. HEX triplet: E0, 1D and 34. RGB value is (224,29,52). Sum of RGB (Red+Green+Blue) = 224+29+52=305 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.44% from 305); Green value is 29 (11.72% from 255 or 9.51% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 224 - color contains mainly: red. Hex color #E01D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01D34 is #1FE2CB. Grayscale: #5A5A5A. Windows color (decimal): -2089676 or 3415520. OLE color: 3415520.

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

Color convert

RGB 224 29 52 -
CMYK 0 0.87 0.77 0.12
HSL 352.92º 0.77% 0.5% -
HSV(B) 352.92º 0.87% 0.88% -
XYZ 31.8 16.97 4.85 -
YUV 89.93 106.6 223.63 -
System Red Green Blue C M Y K H S L
Decimal 224 29 52 0 0.87 0.77 0.12 352.92 0.77 0.5
Hex E0 1D 34 0 57 4D C 161 4D 32
Octal 340 35 64 0 127 115 14 541 115 62
Binary 11100000 11101 110100 0 1010111 1001101 1100 101100001 1001101 110010

Color Harmonies of #E01D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01D34

Black with #E01D34

Text Example


Text Example

White with #E01D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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