Shades of Cinnabar #D83F36
Tints of Cinnabar #D83F36
RGB
CMYK
RGB Variations
Color information
#D83F36 (or 0xD83F36) is known color: Cinnabar. HEX triplet: D8, 3F and 36. RGB value is (216,63,54). Sum of RGB (Red+Green+Blue) = 216+63+54=333 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.86% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 54 (21.48% from 255 or 16.22% from 333); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83F36 is #27C0C9. Grayscale: #6B6B6B. Windows color (decimal): -2605258 or 3555288. OLE color: 3555288.
HSL color Cylindrical-coordinate representation of color #D83F36: hue angle of 3.33º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D83F36 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 63 | 54 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.15 |
| HSL | 3.33º | 0.68% | 0.53% | - |
| HSV(B) | 3.33º | 0.75% | 0.85% | - |
| XYZ | 30.76 | 18.42 | 5.42 | - |
| YUV | 107.72 | 97.69 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 63 | 54 | 0 | 0.71 | 0.75 | 0.15 | 3.33 | 0.68 | 0.53 |
| Hex | D8 | 3F | 36 | 0 | 47 | 4B | F | 3 | 44 | 35 |
| Octal | 330 | 77 | 66 | 0 | 107 | 113 | 17 | 3 | 104 | 65 |
| Binary | 11011000 | 111111 | 110110 | 0 | 1000111 | 1001011 | 1111 | 11 | 1000100 | 110101 |
Color Harmonies of #D83F36
Complementary color
Monochromatic Colors of #D83F36
Black with #D83F36
Text Example
Text Example
White with #D83F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83F36; }
p { color: rgb(216,63,54); }
H1.HeaderClassName
{
color: #D83F36;
}
.AnyTagClassName
{
color: #D83F36;
}
</style>
background-color css
<style>
a { background-color: #D83F36; }
a { background-color: rgb(216,63,54); }
div.DivClassName
{
background-color: #D83F36;
}
.BgClassName
{
background-color: #D83F36;
}
</style>
border-color css
<style>
span { border-color: #D83F36; }
span { border-color: rgb(216,63,54); }
td.TdClassName
{
border-color: #D83F36;
}
.TagClassName
{
border-color: #D83F36;
}
</style>