#E0482D

Color #E0482D Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #E0482D

Tints of Cinnabar #E0482D

Color information

#E0482D (or 0xE0482D) is unknown color: approx Cinnabar. HEX triplet: E0, 48 and 2D. RGB value is (224,72,45). Sum of RGB (Red+Green+Blue) = 224+72+45=341 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.69% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 224 - color contains mainly: red. Hex color #E0482D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0482D is #1FB7D2. Grayscale: #727272. Windows color (decimal): -2078675 or 2967776. OLE color: 2967776.

HSL color Cylindrical-coordinate representation of color #E0482D: hue angle of 9.05º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0482D is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB2247245-
CMYK00.680.800.12
HSL9.05º74.27%52.75%-
HSV(B)9.05º79.91%87.84%-
XYZ33.5320.674.71-
YUV114.3788.86206.2-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 65.69%
GREEN value IS 72 (28.52% from 255) = 21.11%
BLUE value IS 45 (17.97% from 255) = 13.20%
R=65.69%
G=21.11%
B=13.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224724500.680.800.129.0574.2752.75
HexE0482D04450C94a35
Octal340110550104120141111265
Binary111000001001000101101010001001010000110010011001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0482D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0482D; }

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

 H1.HeaderClassName
 {
   color: #E0482D;
 }
 .AnyTagClassName
 {
   color: #E0482D;
 }
</style>
background-color css

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

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

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

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

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

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