#DC5135

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

Shades of Cinnabar #DC5135

Tints of Cinnabar #DC5135

Color information

#DC5135 (or 0xDC5135) is unknown color: approx Cinnabar. HEX triplet: DC, 51 and 35. RGB value is (220,81,53). Sum of RGB (Red+Green+Blue) = 220+81+53=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 53 (21.09% from 255 or 14.97% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5135 is #23AECA. Grayscale: #777777. Windows color (decimal): -2338507 or 3494364. OLE color: 3494364.

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

Color convert

RGB2208153-
CMYK00.630.760.14
HSL10.06º70.46%53.53%-
HSV(B)10.06º75.91%86.27%-
XYZ33.121.365.75-
YUV119.3790.55199.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 62.15%
GREEN value IS 81 (32.03% from 255) = 22.88%
BLUE value IS 53 (21.09% from 255) = 14.97%
R=62.15%
G=22.88%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220815300.630.760.1410.0670.4653.53
HexDC513503F4CEa4636
Octal33412165077114161210666
Binary11011100101000111010101111111001100111010101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5135; }

 p { color: rgb(220,81,53); }

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

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

 a { background-color: rgb(220,81,53); }

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

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

 span { border-color: rgb(220,81,53); }

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