Html Css Color HEX #E1353A Alizarin

📋 copy color: '#E1353A'

red 225 ◦ green 53 ◦ blue 58

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

Shades of Alizarin #E1353A

Tints of Alizarin #E1353A

RGB

 RED value IS 225 (88.28% from 255) = 66.96%

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

 BLUE value IS 58 (23.05% from 255) = 17.26%

R = 66.96%
G = 15.77%
B = 17.26%

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

#E1353A (or 0xE1353A) is known color: Alizarin. HEX triplet: E1, 35 and 3A. RGB value is (225,53,58). Sum of RGB (Red+Green+Blue) = 225+53+58=336 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.96% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 225 - color contains mainly: red. Hex color #E1353A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1353A is #1ECAC5. Grayscale: #696969. Windows color (decimal): -2017990 or 3814881. OLE color: 3814881.

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

Color convert

RGB 225 53 58 -
CMYK 0 0.76 0.74 0.12
HSL 358.26º 0.74% 0.55% -
HSV(B) 358.26º 0.76% 0.88% -
XYZ 33.09 18.86 5.9 -
YUV 105 101.48 213.59 -
System Red Green Blue C M Y K H S L
Decimal 225 53 58 0 0.76 0.74 0.12 358.26 0.74 0.55
Hex E1 35 3A 0 4C 4A C 166 4A 37
Octal 341 65 72 0 114 112 14 546 112 67
Binary 11100001 110101 111010 0 1001100 1001010 1100 101100110 1001010 110111

Color Harmonies of #E1353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1353A

Black with #E1353A

Text Example


Text Example

White with #E1353A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1353A; }

 p { color: rgb(225,53,58); }

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

background-color css

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

 a { background-color: rgb(225,53,58); }

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

border-color css

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

 span { border-color: rgb(225,53,58); }

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