Html Css Color HEX #E1282D Alizarin

📋 copy color: '#E1282D'

red 225 ◦ green 40 ◦ blue 45

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

Shades of Alizarin #E1282D

Tints of Alizarin #E1282D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.52%

R = 72.58%
G = 12.9%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.8

 K value IS 0.12

RGB Variations

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

Color information

#E1282D (or 0xE1282D) is known color: Alizarin. HEX triplet: E1, 28 and 2D. RGB value is (225,40,45). Sum of RGB (Red+Green+Blue) = 225+40+45=310 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.58% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 225 - color contains mainly: red. Hex color #E1282D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1282D is #1ED7D2. Grayscale: #606060. Windows color (decimal): -2021331 or 2959585. OLE color: 2959585.

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

Color convert

RGB 225 40 45 -
CMYK 0 0.82 0.8 0.12
HSL 358.38º 0.76% 0.52% -
HSV(B) 358.38º 0.82% 0.88% -
XYZ 32.28 17.71 4.2 -
YUV 95.89 99.29 220.09 -
System Red Green Blue C M Y K H S L
Decimal 225 40 45 0 0.82 0.8 0.12 358.38 0.76 0.52
Hex E1 28 2D 0 52 50 C 166 4C 34
Octal 341 50 55 0 122 120 14 546 114 64
Binary 11100001 101000 101101 0 1010010 1010000 1100 101100110 1001100 110100

Color Harmonies of #E1282D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1282D

Black with #E1282D

Text Example


Text Example

White with #E1282D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1282D; }

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

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

background-color css

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

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

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

border-color css

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

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

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