Html Css Color HEX #E1273C Alizarin

📋 copy color: '#E1273C'

red 225 ◦ green 39 ◦ blue 60

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

Shades of Alizarin #E1273C

Tints of Alizarin #E1273C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.04%

 BLUE value IS 60 (23.83% from 255) = 18.52%

R = 69.44%
G = 12.04%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E1273C (or 0xE1273C) is known color: Alizarin. HEX triplet: E1, 27 and 3C. RGB value is (225,39,60). Sum of RGB (Red+Green+Blue) = 225+39+60=324 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.44% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 225 - color contains mainly: red. Hex color #E1273C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1273C is #1ED8C3. Grayscale: #616161. Windows color (decimal): -2021572 or 3942369. OLE color: 3942369.

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

Color convert

RGB 225 39 60 -
CMYK 0 0.83 0.73 0.12
HSL 353.23º 0.76% 0.52% -
HSV(B) 353.23º 0.83% 0.88% -
XYZ 32.59 17.78 5.99 -
YUV 97.01 107.12 219.29 -
System Red Green Blue C M Y K H S L
Decimal 225 39 60 0 0.83 0.73 0.12 353.23 0.76 0.52
Hex E1 27 3C 0 53 49 C 161 4C 34
Octal 341 47 74 0 123 111 14 541 114 64
Binary 11100001 100111 111100 0 1010011 1001001 1100 101100001 1001100 110100

Color Harmonies of #E1273C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1273C

Black with #E1273C

Text Example


Text Example

White with #E1273C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1273C; }

 p { color: rgb(225,39,60); }

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

background-color css

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

 a { background-color: rgb(225,39,60); }

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

border-color css

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

 span { border-color: rgb(225,39,60); }

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