Shades of Cinnabar #D83A2C
Tints of Cinnabar #D83A2C
RGB
CMYK
RGB Variations
Color information
#D83A2C (or 0xD83A2C) is known color: Cinnabar. HEX triplet: D8, 3A and 2C. RGB value is (216,58,44). Sum of RGB (Red+Green+Blue) = 216+58+44=318 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.92% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 216 - color contains mainly: red. Hex color #D83A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83A2C is #27C5D3. Grayscale: #676767. Windows color (decimal): -2606548 or 2898648. OLE color: 2898648.
HSL color Cylindrical-coordinate representation of color #D83A2C: hue angle of 4.88º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D83A2C is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 58 | 44 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.15 |
| HSL | 4.88º | 0.69% | 0.51% | - |
| HSV(B) | 4.88º | 0.8% | 0.85% | - |
| XYZ | 30.29 | 17.81 | 4.22 | - |
| YUV | 103.65 | 94.35 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 58 | 44 | 0 | 0.73 | 0.80 | 0.15 | 4.88 | 0.69 | 0.51 |
| Hex | D8 | 3A | 2C | 0 | 49 | 50 | F | 5 | 45 | 33 |
| Octal | 330 | 72 | 54 | 0 | 111 | 120 | 17 | 5 | 105 | 63 |
| Binary | 11011000 | 111010 | 101100 | 0 | 1001001 | 1010000 | 1111 | 101 | 1000101 | 110011 |
Color Harmonies of #D83A2C
Complementary color
Monochromatic Colors of #D83A2C
Black with #D83A2C
Text Example
Text Example
White with #D83A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83A2C; }
p { color: rgb(216,58,44); }
H1.HeaderClassName
{
color: #D83A2C;
}
.AnyTagClassName
{
color: #D83A2C;
}
</style>
background-color css
<style>
a { background-color: #D83A2C; }
a { background-color: rgb(216,58,44); }
div.DivClassName
{
background-color: #D83A2C;
}
.BgClassName
{
background-color: #D83A2C;
}
</style>
border-color css
<style>
span { border-color: #D83A2C; }
span { border-color: rgb(216,58,44); }
td.TdClassName
{
border-color: #D83A2C;
}
.TagClassName
{
border-color: #D83A2C;
}
</style>