Html Css Color HEX #E0282B Alizarin

📋 copy color: '#E0282B'

red 224 ◦ green 40 ◦ blue 43

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

Shades of Alizarin #E0282B

Tints of Alizarin #E0282B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.01%

R = 72.96%
G = 13.03%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0282B (or 0xE0282B) is known color: Alizarin. HEX triplet: E0, 28 and 2B. RGB value is (224,40,43). Sum of RGB (Red+Green+Blue) = 224+40+43=307 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.96% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 224 - color contains mainly: red. Hex color #E0282B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0282B is #1FD7D4. Grayscale: #5F5F5F. Windows color (decimal): -2086869 or 2828512. OLE color: 2828512.

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

Color convert

RGB 224 40 43 -
CMYK 0 0.82 0.81 0.12
HSL 359.02º 0.75% 0.52% -
HSV(B) 359.02º 0.82% 0.88% -
XYZ 31.94 17.54 3.99 -
YUV 95.36 98.46 219.76 -
System Red Green Blue C M Y K H S L
Decimal 224 40 43 0 0.82 0.81 0.12 359.02 0.75 0.52
Hex E0 28 2B 0 52 51 C 167 4B 34
Octal 340 50 53 0 122 121 14 547 113 64
Binary 11100000 101000 101011 0 1010010 1010001 1100 101100111 1001011 110100

Color Harmonies of #E0282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0282B

Black with #E0282B

Text Example


Text Example

White with #E0282B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0282B; }

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

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

background-color css

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

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

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

border-color css

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

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

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