Shades of Cinnabar #D84426
Tints of Cinnabar #D84426
RGB
CMYK
RGB Variations
Color information
#D84426 (or 0xD84426) is known color: Cinnabar. HEX triplet: D8, 44 and 26. RGB value is (216,68,38). Sum of RGB (Red+Green+Blue) = 216+68+38=322 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.08% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 38 (15.23% from 255 or 11.80% from 322); Max value from RGB is 216 - color contains mainly: red. Hex color #D84426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84426 is #27BBD9. Grayscale: #6D6D6D. Windows color (decimal): -2603994 or 2507992. OLE color: 2507992.
HSL color Cylindrical-coordinate representation of color #D84426: hue angle of 10.11º degrees, saturation: 0.7, 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 #D84426 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 68 | 38 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.15 |
| HSL | 10.11º | 0.7% | 0.5% | - |
| HSV(B) | 10.11º | 0.82% | 0.85% | - |
| XYZ | 30.74 | 18.87 | 3.86 | - |
| YUV | 108.83 | 88.03 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 68 | 38 | 0 | 0.69 | 0.82 | 0.15 | 10.11 | 0.7 | 0.5 |
| Hex | D8 | 44 | 26 | 0 | 45 | 52 | F | A | 46 | 32 |
| Octal | 330 | 104 | 46 | 0 | 105 | 122 | 17 | 12 | 106 | 62 |
| Binary | 11011000 | 1000100 | 100110 | 0 | 1000101 | 1010010 | 1111 | 1010 | 1000110 | 110010 |
Color Harmonies of #D84426
Complementary color
Monochromatic Colors of #D84426
Black with #D84426
Text Example
Text Example
White with #D84426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84426; }
p { color: rgb(216,68,38); }
H1.HeaderClassName
{
color: #D84426;
}
.AnyTagClassName
{
color: #D84426;
}
</style>
background-color css
<style>
a { background-color: #D84426; }
a { background-color: rgb(216,68,38); }
div.DivClassName
{
background-color: #D84426;
}
.BgClassName
{
background-color: #D84426;
}
</style>
border-color css
<style>
span { border-color: #D84426; }
span { border-color: rgb(216,68,38); }
td.TdClassName
{
border-color: #D84426;
}
.TagClassName
{
border-color: #D84426;
}
</style>