Shades of Cinnabar #D84B27
Tints of Cinnabar #D84B27
RGB
CMYK
RGB Variations
Color information
#D84B27 (or 0xD84B27) is known color: Cinnabar. HEX triplet: D8, 4B and 27. RGB value is (216,75,39). Sum of RGB (Red+Green+Blue) = 216+75+39=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 39 (15.62% from 255 or 11.82% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84B27 is #27B4D8. Grayscale: #717171. Windows color (decimal): -2602201 or 2575320. OLE color: 2575320.
HSL color Cylindrical-coordinate representation of color #D84B27: hue angle of 12.2º 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 #D84B27 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 75 | 39 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.15 |
| HSL | 12.2º | 0.69% | 0.5% | - |
| HSV(B) | 12.2º | 0.82% | 0.85% | - |
| XYZ | 31.2 | 19.78 | 4.09 | - |
| YUV | 113.06 | 86.21 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 75 | 39 | 0 | 0.65 | 0.82 | 0.15 | 12.2 | 0.69 | 0.5 |
| Hex | D8 | 4B | 27 | 0 | 41 | 52 | F | C | 45 | 32 |
| Octal | 330 | 113 | 47 | 0 | 101 | 122 | 17 | 14 | 105 | 62 |
| Binary | 11011000 | 1001011 | 100111 | 0 | 1000001 | 1010010 | 1111 | 1100 | 1000101 | 110010 |
Color Harmonies of #D84B27
Complementary color
Monochromatic Colors of #D84B27
Black with #D84B27
Text Example
Text Example
White with #D84B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84B27; }
p { color: rgb(216,75,39); }
H1.HeaderClassName
{
color: #D84B27;
}
.AnyTagClassName
{
color: #D84B27;
}
</style>
background-color css
<style>
a { background-color: #D84B27; }
a { background-color: rgb(216,75,39); }
div.DivClassName
{
background-color: #D84B27;
}
.BgClassName
{
background-color: #D84B27;
}
</style>
border-color css
<style>
span { border-color: #D84B27; }
span { border-color: rgb(216,75,39); }
td.TdClassName
{
border-color: #D84B27;
}
.TagClassName
{
border-color: #D84B27;
}
</style>