#DC4E3D

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

Shades of Cinnabar #DC4E3D

Tints of Cinnabar #DC4E3D

Color information

#DC4E3D (or 0xDC4E3D) is unknown color: approx Cinnabar. HEX triplet: DC, 4E and 3D. RGB value is (220,78,61). Sum of RGB (Red+Green+Blue) = 220+78+61=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4E3D is #23B1C2. Grayscale: #767676. Windows color (decimal): -2339267 or 4017884. OLE color: 4017884.

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

Color convert

RGB2207861-
CMYK00.650.720.14
HSL6.42º69.43%55.1%-
HSV(B)6.42º72.27%86.27%-
XYZ33.08216.72-
YUV118.5295.54200.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 61.28%
GREEN value IS 78 (30.86% from 255) = 21.73%
BLUE value IS 61 (24.22% from 255) = 16.99%
R=61.28%
G=21.73%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220786100.650.720.146.4269.4355.1
HexDC4E3D04148E64537
Octal33411675010111016610567
Binary11011100100111011110101000001100100011101101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4E3D; }

 p { color: rgb(220,78,61); }

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

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

 a { background-color: rgb(220,78,61); }

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

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

 span { border-color: rgb(220,78,61); }

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