Shades of Cinnabar #D84A26
Tints of Cinnabar #D84A26
RGB
CMYK
RGB Variations
Color information
#D84A26 (or 0xD84A26) is known color: Cinnabar. HEX triplet: D8, 4A and 26. RGB value is (216,74,38). Sum of RGB (Red+Green+Blue) = 216+74+38=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 38 (15.23% from 255 or 11.59% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84A26 is #27B5D9. Grayscale: #707070. Windows color (decimal): -2602458 or 2509528. OLE color: 2509528.
HSL color Cylindrical-coordinate representation of color #D84A26: hue angle of 12.13º 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 #D84A26 is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 74 | 38 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.15 |
| HSL | 12.13º | 0.7% | 0.5% | - |
| HSV(B) | 12.13º | 0.82% | 0.85% | - |
| XYZ | 31.12 | 19.64 | 3.98 | - |
| YUV | 112.35 | 86.04 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 74 | 38 | 0 | 0.66 | 0.82 | 0.15 | 12.13 | 0.7 | 0.5 |
| Hex | D8 | 4A | 26 | 0 | 42 | 52 | F | C | 46 | 32 |
| Octal | 330 | 112 | 46 | 0 | 102 | 122 | 17 | 14 | 106 | 62 |
| Binary | 11011000 | 1001010 | 100110 | 0 | 1000010 | 1010010 | 1111 | 1100 | 1000110 | 110010 |
Color Harmonies of #D84A26
Complementary color
Monochromatic Colors of #D84A26
Black with #D84A26
Text Example
Text Example
White with #D84A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84A26; }
p { color: rgb(216,74,38); }
H1.HeaderClassName
{
color: #D84A26;
}
.AnyTagClassName
{
color: #D84A26;
}
</style>
background-color css
<style>
a { background-color: #D84A26; }
a { background-color: rgb(216,74,38); }
div.DivClassName
{
background-color: #D84A26;
}
.BgClassName
{
background-color: #D84A26;
}
</style>
border-color css
<style>
span { border-color: #D84A26; }
span { border-color: rgb(216,74,38); }
td.TdClassName
{
border-color: #D84A26;
}
.TagClassName
{
border-color: #D84A26;
}
</style>