Html Css Color HEX #E8282D Alizarin

📋 copy color: '#E8282D'

red 232 ◦ green 40 ◦ blue 45

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

Shades of Alizarin #E8282D

Tints of Alizarin #E8282D

RGB

 RED value IS 232 (91.02% from 255) = 73.19%

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

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

R = 73.19%
G = 12.62%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E8282D (or 0xE8282D) is known color: Alizarin. HEX triplet: E8, 28 and 2D. RGB value is (232,40,45). Sum of RGB (Red+Green+Blue) = 232+40+45=317 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.19% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 232 - color contains mainly: red. Hex color #E8282D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8282D is #17D7D2. Grayscale: #626262. Windows color (decimal): -1562579 or 2959592. OLE color: 2959592.

HSL color Cylindrical-coordinate representation of color #E8282D: hue angle of 358.44º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E8282D is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 40 45 -
CMYK 0 0.83 0.81 0.09
HSL 358.44º 0.81% 0.53% -
HSV(B) 358.44º 0.83% 0.91% -
XYZ 34.51 18.86 4.3 -
YUV 97.98 98.11 223.59 -
System Red Green Blue C M Y K H S L
Decimal 232 40 45 0 0.83 0.81 0.09 358.44 0.81 0.53
Hex E8 28 2D 0 53 51 9 166 51 35
Octal 350 50 55 0 123 121 11 546 121 65
Binary 11101000 101000 101101 0 1010011 1010001 1001 101100110 1010001 110101

Color Harmonies of #E8282D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8282D

Black with #E8282D

Text Example


Text Example

White with #E8282D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8282D; }

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

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

background-color css

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

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

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

border-color css

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

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

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