Shades of Cinnabar #D83D2F
Tints of Cinnabar #D83D2F
RGB
CMYK
RGB Variations
Color information
#D83D2F (or 0xD83D2F) is known color: Cinnabar. HEX triplet: D8, 3D and 2F. RGB value is (216,61,47). Sum of RGB (Red+Green+Blue) = 216+61+47=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D83D2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83D2F is #27C2D0. Grayscale: #696969. Windows color (decimal): -2605777 or 3096024. OLE color: 3096024.
HSL color Cylindrical-coordinate representation of color #D83D2F: hue angle of 4.97º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D83D2F is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 61 | 47 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.15 |
| HSL | 4.97º | 0.68% | 0.52% | - |
| HSV(B) | 4.97º | 0.78% | 0.85% | - |
| XYZ | 30.5 | 18.14 | 4.58 | - |
| YUV | 105.75 | 94.85 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 61 | 47 | 0 | 0.72 | 0.78 | 0.15 | 4.97 | 0.68 | 0.52 |
| Hex | D8 | 3D | 2F | 0 | 48 | 4E | F | 5 | 44 | 34 |
| Octal | 330 | 75 | 57 | 0 | 110 | 116 | 17 | 5 | 104 | 64 |
| Binary | 11011000 | 111101 | 101111 | 0 | 1001000 | 1001110 | 1111 | 101 | 1000100 | 110100 |
Color Harmonies of #D83D2F
Complementary color
Monochromatic Colors of #D83D2F
Black with #D83D2F
Text Example
Text Example
White with #D83D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83D2F; }
p { color: rgb(216,61,47); }
H1.HeaderClassName
{
color: #D83D2F;
}
.AnyTagClassName
{
color: #D83D2F;
}
</style>
background-color css
<style>
a { background-color: #D83D2F; }
a { background-color: rgb(216,61,47); }
div.DivClassName
{
background-color: #D83D2F;
}
.BgClassName
{
background-color: #D83D2F;
}
</style>
border-color css
<style>
span { border-color: #D83D2F; }
span { border-color: rgb(216,61,47); }
td.TdClassName
{
border-color: #D83D2F;
}
.TagClassName
{
border-color: #D83D2F;
}
</style>