Shades of Cinnabar #D83D28
Tints of Cinnabar #D83D28
RGB
CMYK
RGB Variations
Color information
#D83D28 (or 0xD83D28) is known color: Cinnabar. HEX triplet: D8, 3D and 28. RGB value is (216,61,40). Sum of RGB (Red+Green+Blue) = 216+61+40=317 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.14% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 216 - color contains mainly: red. Hex color #D83D28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83D28 is #27C2D7. Grayscale: #696969. Windows color (decimal): -2605784 or 2637272. OLE color: 2637272.
HSL color Cylindrical-coordinate representation of color #D83D28: hue angle of 7.16º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D83D28 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 61 | 40 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.15 |
| HSL | 7.16º | 0.69% | 0.5% | - |
| HSV(B) | 7.16º | 0.81% | 0.85% | - |
| XYZ | 30.37 | 18.09 | 3.9 | - |
| YUV | 104.95 | 91.35 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 61 | 40 | 0 | 0.72 | 0.81 | 0.15 | 7.16 | 0.69 | 0.5 |
| Hex | D8 | 3D | 28 | 0 | 48 | 51 | F | 7 | 45 | 32 |
| Octal | 330 | 75 | 50 | 0 | 110 | 121 | 17 | 7 | 105 | 62 |
| Binary | 11011000 | 111101 | 101000 | 0 | 1001000 | 1010001 | 1111 | 111 | 1000101 | 110010 |
Color Harmonies of #D83D28
Complementary color
Monochromatic Colors of #D83D28
Black with #D83D28
Text Example
Text Example
White with #D83D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83D28; }
p { color: rgb(216,61,40); }
H1.HeaderClassName
{
color: #D83D28;
}
.AnyTagClassName
{
color: #D83D28;
}
</style>
background-color css
<style>
a { background-color: #D83D28; }
a { background-color: rgb(216,61,40); }
div.DivClassName
{
background-color: #D83D28;
}
.BgClassName
{
background-color: #D83D28;
}
</style>
border-color css
<style>
span { border-color: #D83D28; }
span { border-color: rgb(216,61,40); }
td.TdClassName
{
border-color: #D83D28;
}
.TagClassName
{
border-color: #D83D28;
}
</style>