Html Css Color HEX #E01E2F Alizarin

📋 copy color: '#E01E2F'

red 224 ◦ green 30 ◦ blue 47

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

Shades of Alizarin #E01E2F

Tints of Alizarin #E01E2F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.97%

 BLUE value IS 47 (18.75% from 255) = 15.61%

R = 74.42%
G = 9.97%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E01E2F (or 0xE01E2F) is known color: Alizarin. HEX triplet: E0, 1E and 2F. RGB value is (224,30,47). Sum of RGB (Red+Green+Blue) = 224+30+47=301 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.42% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 224 - color contains mainly: red. Hex color #E01E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01E2F is #1FE1D0. Grayscale: #5A5A5A. Windows color (decimal): -2089425 or 3088096. OLE color: 3088096.

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

Color convert

RGB 224 30 47 -
CMYK 0 0.87 0.79 0.12
HSL 354.74º 0.76% 0.5% -
HSV(B) 354.74º 0.87% 0.88% -
XYZ 31.72 16.98 4.3 -
YUV 89.94 103.77 223.62 -
System Red Green Blue C M Y K H S L
Decimal 224 30 47 0 0.87 0.79 0.12 354.74 0.76 0.5
Hex E0 1E 2F 0 57 4F C 163 4C 32
Octal 340 36 57 0 127 117 14 543 114 62
Binary 11100000 11110 101111 0 1010111 1001111 1100 101100011 1001100 110010

Color Harmonies of #E01E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01E2F

Black with #E01E2F

Text Example


Text Example

White with #E01E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01E2F; }

 p { color: rgb(224,30,47); }

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

background-color css

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

 a { background-color: rgb(224,30,47); }

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

border-color css

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

 span { border-color: rgb(224,30,47); }

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