Shades of Cinnabar #D64726
Tints of Cinnabar #D64726
RGB
CMYK
RGB Variations
Color information
#D64726 (or 0xD64726) is known color: Cinnabar. HEX triplet: D6, 47 and 26. RGB value is (214,71,38). Sum of RGB (Red+Green+Blue) = 214+71+38=323 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.25% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 38 (15.23% from 255 or 11.76% from 323); Max value from RGB is 214 - color contains mainly: red. Hex color #D64726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64726 is #29B8D9. Grayscale: #6E6E6E. Windows color (decimal): -2734298 or 2508758. OLE color: 2508758.
HSL color Cylindrical-coordinate representation of color #D64726: hue angle of 11.25º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D64726 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 71 | 38 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.16 |
| HSL | 11.25º | 0.7% | 0.49% | - |
| HSV(B) | 11.25º | 0.82% | 0.84% | - |
| XYZ | 30.33 | 18.94 | 3.89 | - |
| YUV | 110 | 87.38 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 71 | 38 | 0 | 0.67 | 0.82 | 0.16 | 11.25 | 0.7 | 0.49 |
| Hex | D6 | 47 | 26 | 0 | 43 | 52 | 10 | B | 46 | 31 |
| Octal | 326 | 107 | 46 | 0 | 103 | 122 | 20 | 13 | 106 | 61 |
| Binary | 11010110 | 1000111 | 100110 | 0 | 1000011 | 1010010 | 10000 | 1011 | 1000110 | 110001 |
Color Harmonies of #D64726
Complementary color
Monochromatic Colors of #D64726
Black with #D64726
Text Example
Text Example
White with #D64726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64726; }
p { color: rgb(214,71,38); }
H1.HeaderClassName
{
color: #D64726;
}
.AnyTagClassName
{
color: #D64726;
}
</style>
background-color css
<style>
a { background-color: #D64726; }
a { background-color: rgb(214,71,38); }
div.DivClassName
{
background-color: #D64726;
}
.BgClassName
{
background-color: #D64726;
}
</style>
border-color css
<style>
span { border-color: #D64726; }
span { border-color: rgb(214,71,38); }
td.TdClassName
{
border-color: #D64726;
}
.TagClassName
{
border-color: #D64726;
}
</style>