Shades of Cinnabar #D83F2B
Tints of Cinnabar #D83F2B
RGB
CMYK
RGB Variations
Color information
#D83F2B (or 0xD83F2B) is known color: Cinnabar. HEX triplet: D8, 3F and 2B. RGB value is (216,63,43). Sum of RGB (Red+Green+Blue) = 216+63+43=322 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.08% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83F2B is #27C0D4. Grayscale: #6A6A6A. Windows color (decimal): -2605269 or 2834392. OLE color: 2834392.
HSL color Cylindrical-coordinate representation of color #D83F2B: hue angle of 6.94º 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 #D83F2B is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 63 | 43 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.15 |
| HSL | 6.94º | 0.69% | 0.51% | - |
| HSV(B) | 6.94º | 0.8% | 0.85% | - |
| XYZ | 30.53 | 18.33 | 4.21 | - |
| YUV | 106.47 | 92.19 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 63 | 43 | 0 | 0.71 | 0.80 | 0.15 | 6.94 | 0.69 | 0.51 |
| Hex | D8 | 3F | 2B | 0 | 47 | 50 | F | 7 | 45 | 33 |
| Octal | 330 | 77 | 53 | 0 | 107 | 120 | 17 | 7 | 105 | 63 |
| Binary | 11011000 | 111111 | 101011 | 0 | 1000111 | 1010000 | 1111 | 111 | 1000101 | 110011 |
Color Harmonies of #D83F2B
Complementary color
Monochromatic Colors of #D83F2B
Black with #D83F2B
Text Example
Text Example
White with #D83F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83F2B; }
p { color: rgb(216,63,43); }
H1.HeaderClassName
{
color: #D83F2B;
}
.AnyTagClassName
{
color: #D83F2B;
}
</style>
background-color css
<style>
a { background-color: #D83F2B; }
a { background-color: rgb(216,63,43); }
div.DivClassName
{
background-color: #D83F2B;
}
.BgClassName
{
background-color: #D83F2B;
}
</style>
border-color css
<style>
span { border-color: #D83F2B; }
span { border-color: rgb(216,63,43); }
td.TdClassName
{
border-color: #D83F2B;
}
.TagClassName
{
border-color: #D83F2B;
}
</style>