Shades of Cinnabar #DC3D21
Tints of Cinnabar #DC3D21
RGB
CMYK
RGB Variations
Color information
#DC3D21 (or 0xDC3D21) is known color: Cinnabar. HEX triplet: DC, 3D and 21. RGB value is (220,61,33). Sum of RGB (Red+Green+Blue) = 220+61+33=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 33 (13.28% from 255 or 10.51% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3D21 is #23C2DE. Grayscale: #696969. Windows color (decimal): -2343647 or 2178524. OLE color: 2178524.
HSL color Cylindrical-coordinate representation of color #DC3D21: hue angle of 8.98º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC3D21 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 61 | 33 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.14 |
| HSL | 8.98º | 0.74% | 0.5% | - |
| HSV(B) | 8.98º | 0.85% | 0.86% | - |
| XYZ | 31.46 | 18.66 | 3.38 | - |
| YUV | 105.35 | 87.18 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 61 | 33 | 0 | 0.72 | 0.85 | 0.14 | 8.98 | 0.74 | 0.5 |
| Hex | DC | 3D | 21 | 0 | 48 | 55 | E | 9 | 4A | 32 |
| Octal | 334 | 75 | 41 | 0 | 110 | 125 | 16 | 11 | 112 | 62 |
| Binary | 11011100 | 111101 | 100001 | 0 | 1001000 | 1010101 | 1110 | 1001 | 1001010 | 110010 |
Color Harmonies of #DC3D21
Complementary color
Monochromatic Colors of #DC3D21
Black with #DC3D21
Text Example
Text Example
White with #DC3D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3D21; }
p { color: rgb(220,61,33); }
H1.HeaderClassName
{
color: #DC3D21;
}
.AnyTagClassName
{
color: #DC3D21;
}
</style>
background-color css
<style>
a { background-color: #DC3D21; }
a { background-color: rgb(220,61,33); }
div.DivClassName
{
background-color: #DC3D21;
}
.BgClassName
{
background-color: #DC3D21;
}
</style>
border-color css
<style>
span { border-color: #DC3D21; }
span { border-color: rgb(220,61,33); }
td.TdClassName
{
border-color: #DC3D21;
}
.TagClassName
{
border-color: #DC3D21;
}
</style>