Shades of Cinnabar #DC3E3D
Tints of Cinnabar #DC3E3D
RGB
CMYK
RGB Variations
Color information
#DC3E3D (or 0xDC3E3D) is known color: Cinnabar. HEX triplet: DC, 3E and 3D. RGB value is (220,62,61). Sum of RGB (Red+Green+Blue) = 220+62+61=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3E3D is #23C1C2. Grayscale: #6D6D6D. Windows color (decimal): -2343363 or 4013788. OLE color: 4013788.
HSL color Cylindrical-coordinate representation of color #DC3E3D: hue angle of 0.38º 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 #DC3E3D is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 62 | 61 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.14 |
| HSL | 0.38º | 0.69% | 0.55% | - |
| HSV(B) | 0.38º | 0.72% | 0.86% | - |
| XYZ | 32.08 | 19 | 6.39 | - |
| YUV | 109.13 | 100.85 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 62 | 61 | 0 | 0.72 | 0.72 | 0.14 | 0.38 | 0.69 | 0.55 |
| Hex | DC | 3E | 3D | 0 | 48 | 48 | E | 0 | 45 | 37 |
| Octal | 334 | 76 | 75 | 0 | 110 | 110 | 16 | 0 | 105 | 67 |
| Binary | 11011100 | 111110 | 111101 | 0 | 1001000 | 1001000 | 1110 | 0 | 1000101 | 110111 |
Color Harmonies of #DC3E3D
Complementary color
Monochromatic Colors of #DC3E3D
Black with #DC3E3D
Text Example
Text Example
White with #DC3E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3E3D; }
p { color: rgb(220,62,61); }
H1.HeaderClassName
{
color: #DC3E3D;
}
.AnyTagClassName
{
color: #DC3E3D;
}
</style>
background-color css
<style>
a { background-color: #DC3E3D; }
a { background-color: rgb(220,62,61); }
div.DivClassName
{
background-color: #DC3E3D;
}
.BgClassName
{
background-color: #DC3E3D;
}
</style>
border-color css
<style>
span { border-color: #DC3E3D; }
span { border-color: rgb(220,62,61); }
td.TdClassName
{
border-color: #DC3E3D;
}
.TagClassName
{
border-color: #DC3E3D;
}
</style>