Html Css Color HEX #E1282A Alizarin

📋 copy color: '#E1282A'

red 225 ◦ green 40 ◦ blue 42

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

Shades of Alizarin #E1282A

Tints of Alizarin #E1282A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.68%

R = 73.29%
G = 13.03%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E1282A (or 0xE1282A) is known color: Alizarin. HEX triplet: E1, 28 and 2A. RGB value is (225,40,42). Sum of RGB (Red+Green+Blue) = 225+40+42=307 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.29% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 225 - color contains mainly: red. Hex color #E1282A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1282A is #1ED7D5. Grayscale: #5F5F5F. Windows color (decimal): -2021334 or 2762977. OLE color: 2762977.

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

Color convert

RGB 225 40 42 -
CMYK 0 0.82 0.81 0.12
HSL 359.35º 0.76% 0.52% -
HSV(B) 359.35º 0.82% 0.88% -
XYZ 32.23 17.69 3.91 -
YUV 95.54 97.79 220.34 -
System Red Green Blue C M Y K H S L
Decimal 225 40 42 0 0.82 0.81 0.12 359.35 0.76 0.52
Hex E1 28 2A 0 52 51 C 167 4C 34
Octal 341 50 52 0 122 121 14 547 114 64
Binary 11100001 101000 101010 0 1010010 1010001 1100 101100111 1001100 110100

Color Harmonies of #E1282A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1282A

Black with #E1282A

Text Example


Text Example

White with #E1282A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1282A; }

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

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

background-color css

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

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

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

border-color css

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

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

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