Html Css Color HEX #E01C2A Alizarin

📋 copy color: '#E01C2A'

red 224 ◦ green 28 ◦ blue 42

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

Shades of Alizarin #E01C2A

Tints of Alizarin #E01C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.29%

R = 76.19%
G = 9.52%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E01C2A (or 0xE01C2A) is known color: Alizarin. HEX triplet: E0, 1C and 2A. RGB value is (224,28,42). Sum of RGB (Red+Green+Blue) = 224+28+42=294 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.19% from 294); Green value is 28 (11.33% from 255 or 9.52% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01C2A is #1FE3D5. Grayscale: #585858. Windows color (decimal): -2089942 or 2759904. OLE color: 2759904.

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

Color convert

RGB 224 28 42 -
CMYK 0 0.88 0.81 0.12
HSL 355.71º 0.78% 0.49% -
HSV(B) 355.71º 0.88% 0.88% -
XYZ 31.57 16.84 3.78 -
YUV 88.2 101.93 224.86 -
System Red Green Blue C M Y K H S L
Decimal 224 28 42 0 0.88 0.81 0.12 355.71 0.78 0.49
Hex E0 1C 2A 0 58 51 C 164 4E 31
Octal 340 34 52 0 130 121 14 544 116 61
Binary 11100000 11100 101010 0 1011000 1010001 1100 101100100 1001110 110001

Color Harmonies of #E01C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01C2A

Black with #E01C2A

Text Example


Text Example

White with #E01C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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