Html Css Color HEX #E1283C Alizarin

📋 copy color: '#E1283C'

red 225 ◦ green 40 ◦ blue 60

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

Shades of Alizarin #E1283C

Tints of Alizarin #E1283C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.31%

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

R = 69.23%
G = 12.31%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E1283C (or 0xE1283C) is known color: Alizarin. HEX triplet: E1, 28 and 3C. RGB value is (225,40,60). Sum of RGB (Red+Green+Blue) = 225+40+60=325 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.23% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 225 - color contains mainly: red. Hex color #E1283C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1283C is #1ED7C3. Grayscale: #616161. Windows color (decimal): -2021316 or 3942625. OLE color: 3942625.

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

Color convert

RGB 225 40 60 -
CMYK 0 0.82 0.73 0.12
HSL 353.51º 0.76% 0.52% -
HSV(B) 353.51º 0.82% 0.88% -
XYZ 32.63 17.85 6 -
YUV 97.6 106.79 218.87 -
System Red Green Blue C M Y K H S L
Decimal 225 40 60 0 0.82 0.73 0.12 353.51 0.76 0.52
Hex E1 28 3C 0 52 49 C 162 4C 34
Octal 341 50 74 0 122 111 14 542 114 64
Binary 11100001 101000 111100 0 1010010 1001001 1100 101100010 1001100 110100

Color Harmonies of #E1283C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1283C

Black with #E1283C

Text Example


Text Example

White with #E1283C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1283C; }

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

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

background-color css

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

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

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

border-color css

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

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

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