Html Css Color HEX #E0282E Alizarin

📋 copy color: '#E0282E'

red 224 ◦ green 40 ◦ blue 46

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

Shades of Alizarin #E0282E

Tints of Alizarin #E0282E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.84%

R = 72.26%
G = 12.9%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E0282E (or 0xE0282E) is known color: Alizarin. HEX triplet: E0, 28 and 2E. RGB value is (224,40,46). Sum of RGB (Red+Green+Blue) = 224+40+46=310 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.26% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 224 - color contains mainly: red. Hex color #E0282E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0282E is #1FD7D1. Grayscale: #5F5F5F. Windows color (decimal): -2086866 or 3025120. OLE color: 3025120.

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

Color convert

RGB 224 40 46 -
CMYK 0 0.82 0.79 0.12
HSL 358.04º 0.75% 0.52% -
HSV(B) 358.04º 0.82% 0.88% -
XYZ 31.99 17.56 4.29 -
YUV 95.7 99.96 219.51 -
System Red Green Blue C M Y K H S L
Decimal 224 40 46 0 0.82 0.79 0.12 358.04 0.75 0.52
Hex E0 28 2E 0 52 4F C 166 4B 34
Octal 340 50 56 0 122 117 14 546 113 64
Binary 11100000 101000 101110 0 1010010 1001111 1100 101100110 1001011 110100

Color Harmonies of #E0282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0282E

Black with #E0282E

Text Example


Text Example

White with #E0282E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0282E; }

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

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

background-color css

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

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

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

border-color css

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

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

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