Shades of Cinnabar #D84328
Tints of Cinnabar #D84328
RGB
CMYK
RGB Variations
Color information
#D84328 (or 0xD84328) is known color: Cinnabar. HEX triplet: D8, 43 and 28. RGB value is (216,67,40). Sum of RGB (Red+Green+Blue) = 216+67+40=323 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.87% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 40 (16.02% from 255 or 12.38% from 323); Max value from RGB is 216 - color contains mainly: red. Hex color #D84328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84328 is #27BCD7. Grayscale: #6C6C6C. Windows color (decimal): -2604248 or 2638808. OLE color: 2638808.
HSL color Cylindrical-coordinate representation of color #D84328: hue angle of 9.2º 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 #D84328 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 67 | 40 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.15 |
| HSL | 9.2º | 0.69% | 0.5% | - |
| HSV(B) | 9.2º | 0.81% | 0.85% | - |
| XYZ | 30.71 | 18.77 | 4.01 | - |
| YUV | 108.47 | 89.36 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 67 | 40 | 0 | 0.69 | 0.81 | 0.15 | 9.2 | 0.69 | 0.5 |
| Hex | D8 | 43 | 28 | 0 | 45 | 51 | F | 9 | 45 | 32 |
| Octal | 330 | 103 | 50 | 0 | 105 | 121 | 17 | 11 | 105 | 62 |
| Binary | 11011000 | 1000011 | 101000 | 0 | 1000101 | 1010001 | 1111 | 1001 | 1000101 | 110010 |
Color Harmonies of #D84328
Complementary color
Monochromatic Colors of #D84328
Black with #D84328
Text Example
Text Example
White with #D84328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84328; }
p { color: rgb(216,67,40); }
H1.HeaderClassName
{
color: #D84328;
}
.AnyTagClassName
{
color: #D84328;
}
</style>
background-color css
<style>
a { background-color: #D84328; }
a { background-color: rgb(216,67,40); }
div.DivClassName
{
background-color: #D84328;
}
.BgClassName
{
background-color: #D84328;
}
</style>
border-color css
<style>
span { border-color: #D84328; }
span { border-color: rgb(216,67,40); }
td.TdClassName
{
border-color: #D84328;
}
.TagClassName
{
border-color: #D84328;
}
</style>