Html Css Color HEX #E0282C Alizarin

📋 copy color: '#E0282C'

red 224 ◦ green 40 ◦ blue 44

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

Shades of Alizarin #E0282C

Tints of Alizarin #E0282C

RGB

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

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

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

R = 72.73%
G = 12.99%
B = 14.29%

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

#E0282C (or 0xE0282C) is known color: Alizarin. HEX triplet: E0, 28 and 2C. RGB value is (224,40,44). Sum of RGB (Red+Green+Blue) = 224+40+44=308 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.73% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 224 - color contains mainly: red. Hex color #E0282C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0282C is #1FD7D3. Grayscale: #5F5F5F. Windows color (decimal): -2086868 or 2894048. OLE color: 2894048.

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

Color convert

RGB 224 40 44 -
CMYK 0 0.82 0.80 0.12
HSL 358.7º 0.75% 0.52% -
HSV(B) 358.7º 0.82% 0.88% -
XYZ 31.95 17.55 4.09 -
YUV 95.47 98.96 219.67 -
System Red Green Blue C M Y K H S L
Decimal 224 40 44 0 0.82 0.80 0.12 358.7 0.75 0.52
Hex E0 28 2C 0 52 50 C 167 4B 34
Octal 340 50 54 0 122 120 14 547 113 64
Binary 11100000 101000 101100 0 1010010 1010000 1100 101100111 1001011 110100

Color Harmonies of #E0282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0282C

Black with #E0282C

Text Example


Text Example

White with #E0282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0282C; }

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

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

background-color css

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

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

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

border-color css

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

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

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