#DC503B

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

Shades of Cinnabar #DC503B

Tints of Cinnabar #DC503B

Color information

#DC503B (or 0xDC503B) is unknown color: approx Cinnabar. HEX triplet: DC, 50 and 3B. RGB value is (220,80,59). Sum of RGB (Red+Green+Blue) = 220+80+59=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 59 (23.44% from 255 or 16.43% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC503B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC503B is #23AFC4. Grayscale: #777777. Windows color (decimal): -2338757 or 3887324. OLE color: 3887324.

HSL color Cylindrical-coordinate representation of color #DC503B: hue angle of 7.83º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC503B is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB2208059-
CMYK00.640.730.14
HSL7.83º69.7%54.71%-
HSV(B)7.83º73.18%86.27%-
XYZ33.1721.276.49-
YUV119.4793.88199.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 61.28%
GREEN value IS 80 (31.64% from 255) = 22.28%
BLUE value IS 59 (23.44% from 255) = 16.43%
R=61.28%
G=22.28%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220805900.640.730.147.8369.754.71
HexDC503B04049E84637
Octal334120730100111161010667
Binary110111001010000111011010000001001001111010001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC503B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC503B; }

 p { color: rgb(220,80,59); }

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

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

 a { background-color: rgb(220,80,59); }

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

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

 span { border-color: rgb(220,80,59); }

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