Shades of Cinnabar #D83B34
Tints of Cinnabar #D83B34
RGB
CMYK
RGB Variations
Color information
#D83B34 (or 0xD83B34) is known color: Cinnabar. HEX triplet: D8, 3B and 34. RGB value is (216,59,52). Sum of RGB (Red+Green+Blue) = 216+59+52=327 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.06% from 327); Green value is 59 (23.44% from 255 or 18.04% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 216 - color contains mainly: red. Hex color #D83B34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83B34 is #27C4CB. Grayscale: #696969. Windows color (decimal): -2606284 or 3423192. OLE color: 3423192.
HSL color Cylindrical-coordinate representation of color #D83B34: hue angle of 2.56º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D83B34 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 59 | 52 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.15 |
| HSL | 2.56º | 0.68% | 0.53% | - |
| HSV(B) | 2.56º | 0.76% | 0.85% | - |
| XYZ | 30.5 | 17.97 | 5.11 | - |
| YUV | 105.15 | 98.01 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 59 | 52 | 0 | 0.73 | 0.76 | 0.15 | 2.56 | 0.68 | 0.53 |
| Hex | D8 | 3B | 34 | 0 | 49 | 4C | F | 3 | 44 | 35 |
| Octal | 330 | 73 | 64 | 0 | 111 | 114 | 17 | 3 | 104 | 65 |
| Binary | 11011000 | 111011 | 110100 | 0 | 1001001 | 1001100 | 1111 | 11 | 1000100 | 110101 |
Color Harmonies of #D83B34
Complementary color
Monochromatic Colors of #D83B34
Black with #D83B34
Text Example
Text Example
White with #D83B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83B34; }
p { color: rgb(216,59,52); }
H1.HeaderClassName
{
color: #D83B34;
}
.AnyTagClassName
{
color: #D83B34;
}
</style>
background-color css
<style>
a { background-color: #D83B34; }
a { background-color: rgb(216,59,52); }
div.DivClassName
{
background-color: #D83B34;
}
.BgClassName
{
background-color: #D83B34;
}
</style>
border-color css
<style>
span { border-color: #D83B34; }
span { border-color: rgb(216,59,52); }
td.TdClassName
{
border-color: #D83B34;
}
.TagClassName
{
border-color: #D83B34;
}
</style>