Html Css Color HEX #E0353B Alizarin

📋 copy color: '#E0353B'

red 224 ◦ green 53 ◦ blue 59

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

Shades of Alizarin #E0353B

Tints of Alizarin #E0353B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.77%

 BLUE value IS 59 (23.44% from 255) = 17.56%

R = 66.67%
G = 15.77%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E0353B (or 0xE0353B) is known color: Alizarin. HEX triplet: E0, 35 and 3B. RGB value is (224,53,59). Sum of RGB (Red+Green+Blue) = 224+53+59=336 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.67% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 224 - color contains mainly: red. Hex color #E0353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0353B is #1FCAC4. Grayscale: #686868. Windows color (decimal): -2083525 or 3880416. OLE color: 3880416.

HSL color Cylindrical-coordinate representation of color #E0353B: hue angle of 357.89º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E0353B is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 53 59 -
CMYK 0 0.76 0.74 0.12
HSL 357.89º 0.73% 0.54% -
HSV(B) 357.89º 0.76% 0.88% -
XYZ 32.8 18.71 6.02 -
YUV 104.81 102.15 213.01 -
System Red Green Blue C M Y K H S L
Decimal 224 53 59 0 0.76 0.74 0.12 357.89 0.73 0.54
Hex E0 35 3B 0 4C 4A C 166 49 36
Octal 340 65 73 0 114 112 14 546 111 66
Binary 11100000 110101 111011 0 1001100 1001010 1100 101100110 1001001 110110

Color Harmonies of #E0353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0353B

Black with #E0353B

Text Example


Text Example

White with #E0353B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0353B; }

 p { color: rgb(224,53,59); }

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

background-color css

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

 a { background-color: rgb(224,53,59); }

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

border-color css

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

 span { border-color: rgb(224,53,59); }

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