#e0481e

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

Shades of Cinnabar #E0481E

Tints of Cinnabar #E0481E

Color information

#E0481E (or 0xE0481E) is unknown color: approx Cinnabar. HEX triplet: E0, 48 and 1E. RGB value is (224,72,30). Sum of RGB (Red+Green+Blue) = 224+72+30=326 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.71% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 30 (12.11% from 255 or 9.20% from 326); Max value from RGB is 224 - color contains mainly: red. Hex color #E0481E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0481E is #1FB7E1. Grayscale: #707070. Windows color (decimal): -2078690 or 1984736. OLE color: 1984736.

HSL color Cylindrical-coordinate representation of color #E0481E: hue angle of 12.99º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E0481E is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB2247230-
CMYK00.680.870.12
HSL12.99º76.38%49.8%-
HSV(B)12.99º86.61%87.84%-
XYZ33.2920.583.45-
YUV112.6681.36207.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 68.71%
GREEN value IS 72 (28.52% from 255) = 22.09%
BLUE value IS 30 (12.11% from 255) = 9.20%
R=68.71%
G=22.09%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224723000.680.870.1212.9976.3849.8
HexE0481E04457Cd4c32
Octal340110360104127141511462
Binary11100000100100011110010001001010111110011011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0481e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0481e; }

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

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

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

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

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

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

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

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