Html Css Color HEX #E0282D Alizarin

📋 copy color: '#E0282D'

red 224 ◦ green 40 ◦ blue 45

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

Shades of Alizarin #E0282D

Tints of Alizarin #E0282D

RGB

 RED value IS 224 (87.89% from 255) = 72.49%

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

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

R = 72.49%
G = 12.94%
B = 14.56%

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

#E0282D (or 0xE0282D) is known color: Alizarin. HEX triplet: E0, 28 and 2D. RGB value is (224,40,45). Sum of RGB (Red+Green+Blue) = 224+40+45=309 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.49% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 224 - color contains mainly: red. Hex color #E0282D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0282D is #1FD7D2. Grayscale: #5F5F5F. Windows color (decimal): -2086867 or 2959584. OLE color: 2959584.

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

Color convert

RGB 224 40 45 -
CMYK 0 0.82 0.80 0.12
HSL 358.37º 0.75% 0.52% -
HSV(B) 358.37º 0.82% 0.88% -
XYZ 31.97 17.55 4.19 -
YUV 95.59 99.46 219.59 -
System Red Green Blue C M Y K H S L
Decimal 224 40 45 0 0.82 0.80 0.12 358.37 0.75 0.52
Hex E0 28 2D 0 52 50 C 166 4B 34
Octal 340 50 55 0 122 120 14 546 113 64
Binary 11100000 101000 101101 0 1010010 1010000 1100 101100110 1001011 110100

Color Harmonies of #E0282D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0282D

Black with #E0282D

Text Example


Text Example

White with #E0282D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0282D; }

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

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

background-color css

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

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

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

border-color css

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

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

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