Shades of Cinnabar #D83D25
Tints of Cinnabar #D83D25
RGB
CMYK
RGB Variations
Color information
#D83D25 (or 0xD83D25) is known color: Cinnabar. HEX triplet: D8, 3D and 25. RGB value is (216,61,37). Sum of RGB (Red+Green+Blue) = 216+61+37=314 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.79% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 216 - color contains mainly: red. Hex color #D83D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83D25 is #27C2DA. Grayscale: #686868. Windows color (decimal): -2605787 or 2440664. OLE color: 2440664.
HSL color Cylindrical-coordinate representation of color #D83D25: hue angle of 8.04º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D83D25 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 61 | 37 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.15 |
| HSL | 8.04º | 0.71% | 0.5% | - |
| HSV(B) | 8.04º | 0.83% | 0.85% | - |
| XYZ | 30.32 | 18.07 | 3.64 | - |
| YUV | 104.61 | 89.85 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 61 | 37 | 0 | 0.72 | 0.83 | 0.15 | 8.04 | 0.71 | 0.5 |
| Hex | D8 | 3D | 25 | 0 | 48 | 53 | F | 8 | 47 | 32 |
| Octal | 330 | 75 | 45 | 0 | 110 | 123 | 17 | 10 | 107 | 62 |
| Binary | 11011000 | 111101 | 100101 | 0 | 1001000 | 1010011 | 1111 | 1000 | 1000111 | 110010 |
Color Harmonies of #D83D25
Complementary color
Monochromatic Colors of #D83D25
Black with #D83D25
Text Example
Text Example
White with #D83D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83D25; }
p { color: rgb(216,61,37); }
H1.HeaderClassName
{
color: #D83D25;
}
.AnyTagClassName
{
color: #D83D25;
}
</style>
background-color css
<style>
a { background-color: #D83D25; }
a { background-color: rgb(216,61,37); }
div.DivClassName
{
background-color: #D83D25;
}
.BgClassName
{
background-color: #D83D25;
}
</style>
border-color css
<style>
span { border-color: #D83D25; }
span { border-color: rgb(216,61,37); }
td.TdClassName
{
border-color: #D83D25;
}
.TagClassName
{
border-color: #D83D25;
}
</style>