Shades of Cinnabar #D83F33
Tints of Cinnabar #D83F33
RGB
CMYK
RGB Variations
Color information
#D83F33 (or 0xD83F33) is known color: Cinnabar. HEX triplet: D8, 3F and 33. RGB value is (216,63,51). Sum of RGB (Red+Green+Blue) = 216+63+51=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 51 (20.31% from 255 or 15.45% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83F33 is #27C0CC. Grayscale: #6B6B6B. Windows color (decimal): -2605261 or 3358680. OLE color: 3358680.
HSL color Cylindrical-coordinate representation of color #D83F33: hue angle of 4.36º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D83F33 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 63 | 51 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.15 |
| HSL | 4.36º | 0.68% | 0.52% | - |
| HSV(B) | 4.36º | 0.76% | 0.85% | - |
| XYZ | 30.69 | 18.39 | 5.06 | - |
| YUV | 107.38 | 96.19 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 63 | 51 | 0 | 0.71 | 0.76 | 0.15 | 4.36 | 0.68 | 0.52 |
| Hex | D8 | 3F | 33 | 0 | 47 | 4C | F | 4 | 44 | 34 |
| Octal | 330 | 77 | 63 | 0 | 107 | 114 | 17 | 4 | 104 | 64 |
| Binary | 11011000 | 111111 | 110011 | 0 | 1000111 | 1001100 | 1111 | 100 | 1000100 | 110100 |
Color Harmonies of #D83F33
Complementary color
Monochromatic Colors of #D83F33
Black with #D83F33
Text Example
Text Example
White with #D83F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83F33; }
p { color: rgb(216,63,51); }
H1.HeaderClassName
{
color: #D83F33;
}
.AnyTagClassName
{
color: #D83F33;
}
</style>
background-color css
<style>
a { background-color: #D83F33; }
a { background-color: rgb(216,63,51); }
div.DivClassName
{
background-color: #D83F33;
}
.BgClassName
{
background-color: #D83F33;
}
</style>
border-color css
<style>
span { border-color: #D83F33; }
span { border-color: rgb(216,63,51); }
td.TdClassName
{
border-color: #D83F33;
}
.TagClassName
{
border-color: #D83F33;
}
</style>