Shades of Cinnabar #D83C2D
Tints of Cinnabar #D83C2D
RGB
CMYK
RGB Variations
Color information
#D83C2D (or 0xD83C2D) is known color: Cinnabar. HEX triplet: D8, 3C and 2D. RGB value is (216,60,45). Sum of RGB (Red+Green+Blue) = 216+60+45=321 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.29% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 216 - color contains mainly: red. Hex color #D83C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83C2D is #27C3D2. Grayscale: #696969. Windows color (decimal): -2606035 or 2964696. OLE color: 2964696.
HSL color Cylindrical-coordinate representation of color #D83C2D: hue angle of 5.26º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D83C2D is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 60 | 45 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.15 |
| HSL | 5.26º | 0.69% | 0.51% | - |
| HSV(B) | 5.26º | 0.79% | 0.85% | - |
| XYZ | 30.41 | 18.02 | 4.36 | - |
| YUV | 104.93 | 94.18 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 60 | 45 | 0 | 0.72 | 0.79 | 0.15 | 5.26 | 0.69 | 0.51 |
| Hex | D8 | 3C | 2D | 0 | 48 | 4F | F | 5 | 45 | 33 |
| Octal | 330 | 74 | 55 | 0 | 110 | 117 | 17 | 5 | 105 | 63 |
| Binary | 11011000 | 111100 | 101101 | 0 | 1001000 | 1001111 | 1111 | 101 | 1000101 | 110011 |
Color Harmonies of #D83C2D
Complementary color
Monochromatic Colors of #D83C2D
Black with #D83C2D
Text Example
Text Example
White with #D83C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83C2D; }
p { color: rgb(216,60,45); }
H1.HeaderClassName
{
color: #D83C2D;
}
.AnyTagClassName
{
color: #D83C2D;
}
</style>
background-color css
<style>
a { background-color: #D83C2D; }
a { background-color: rgb(216,60,45); }
div.DivClassName
{
background-color: #D83C2D;
}
.BgClassName
{
background-color: #D83C2D;
}
</style>
border-color css
<style>
span { border-color: #D83C2D; }
span { border-color: rgb(216,60,45); }
td.TdClassName
{
border-color: #D83C2D;
}
.TagClassName
{
border-color: #D83C2D;
}
</style>