Html Css Color HEX #E1282C Alizarin

📋 copy color: '#E1282C'

red 225 ◦ green 40 ◦ blue 44

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

Shades of Alizarin #E1282C

Tints of Alizarin #E1282C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.24%

R = 72.82%
G = 12.94%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E1282C (or 0xE1282C) is known color: Alizarin. HEX triplet: E1, 28 and 2C. RGB value is (225,40,44). Sum of RGB (Red+Green+Blue) = 225+40+44=309 (40% of max value = 765). Red value is 225 (88.28% from 255 or 72.82% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 225 - color contains mainly: red. Hex color #E1282C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1282C is #1ED7D3. Grayscale: #5F5F5F. Windows color (decimal): -2021332 or 2894049. OLE color: 2894049.

HSL color Cylindrical-coordinate representation of color #E1282C: hue angle of 358.7º 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 #E1282C is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 40 44 -
CMYK 0 0.82 0.80 0.12
HSL 358.7º 0.76% 0.52% -
HSV(B) 358.7º 0.82% 0.88% -
XYZ 32.26 17.71 4.1 -
YUV 95.77 98.79 220.17 -
System Red Green Blue C M Y K H S L
Decimal 225 40 44 0 0.82 0.80 0.12 358.7 0.76 0.52
Hex E1 28 2C 0 52 50 C 167 4C 34
Octal 341 50 54 0 122 120 14 547 114 64
Binary 11100001 101000 101100 0 1010010 1010000 1100 101100111 1001100 110100

Color Harmonies of #E1282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1282C

Black with #E1282C

Text Example


Text Example

White with #E1282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1282C; }

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

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

background-color css

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

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

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

border-color css

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

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

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