Shades of Cinnabar #D83927
Tints of Cinnabar #D83927
RGB
CMYK
RGB Variations
Color information
#D83927 (or 0xD83927) is known color: Cinnabar. HEX triplet: D8, 39 and 27. RGB value is (216,57,39). Sum of RGB (Red+Green+Blue) = 216+57+39=312 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.23% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 39 (15.62% from 255 or 12.5% from 312); Max value from RGB is 216 - color contains mainly: red. Hex color #D83927 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83927 is #27C6D8. Grayscale: #666666. Windows color (decimal): -2606809 or 2570712. OLE color: 2570712.
HSL color Cylindrical-coordinate representation of color #D83927: hue angle of 6.1º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D83927 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 57 | 39 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.15 |
| HSL | 6.1º | 0.69% | 0.5% | - |
| HSV(B) | 6.1º | 0.82% | 0.85% | - |
| XYZ | 30.15 | 17.67 | 3.74 | - |
| YUV | 102.49 | 92.18 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 57 | 39 | 0 | 0.74 | 0.82 | 0.15 | 6.1 | 0.69 | 0.5 |
| Hex | D8 | 39 | 27 | 0 | 4A | 52 | F | 6 | 45 | 32 |
| Octal | 330 | 71 | 47 | 0 | 112 | 122 | 17 | 6 | 105 | 62 |
| Binary | 11011000 | 111001 | 100111 | 0 | 1001010 | 1010010 | 1111 | 110 | 1000101 | 110010 |
Color Harmonies of #D83927
Complementary color
Monochromatic Colors of #D83927
Black with #D83927
Text Example
Text Example
White with #D83927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83927; }
p { color: rgb(216,57,39); }
H1.HeaderClassName
{
color: #D83927;
}
.AnyTagClassName
{
color: #D83927;
}
</style>
background-color css
<style>
a { background-color: #D83927; }
a { background-color: rgb(216,57,39); }
div.DivClassName
{
background-color: #D83927;
}
.BgClassName
{
background-color: #D83927;
}
</style>
border-color css
<style>
span { border-color: #D83927; }
span { border-color: rgb(216,57,39); }
td.TdClassName
{
border-color: #D83927;
}
.TagClassName
{
border-color: #D83927;
}
</style>