#DC483B

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

Shades of Cinnabar #DC483B

Tints of Cinnabar #DC483B

Color information

#DC483B (or 0xDC483B) is unknown color: approx Cinnabar. HEX triplet: DC, 48 and 3B. RGB value is (220,72,59). Sum of RGB (Red+Green+Blue) = 220+72+59=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 59 (23.44% from 255 or 16.81% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC483B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC483B is #23B7C4. Grayscale: #727272. Windows color (decimal): -2340805 or 3885276. OLE color: 3885276.

HSL color Cylindrical-coordinate representation of color #DC483B: hue angle of 4.84º 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 #DC483B is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB2207259-
CMYK00.670.730.14
HSL4.84º69.7%54.71%-
HSV(B)4.84º73.18%86.27%-
XYZ32.6220.176.31-
YUV114.7796.53203.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 62.68%
GREEN value IS 72 (28.52% from 255) = 20.51%
BLUE value IS 59 (23.44% from 255) = 16.81%
R=62.68%
G=20.51%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220725900.670.730.144.8469.754.71
HexDC483B04349E54637
Octal33411073010311116510667
Binary11011100100100011101101000011100100111101011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC483B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC483B; }

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

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

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

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

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

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

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

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