Shades of Cinnabar #D6452C
Tints of Cinnabar #D6452C
RGB
CMYK
RGB Variations
Color information
#D6452C (or 0xD6452C) is known color: Cinnabar. HEX triplet: D6, 45 and 2C. RGB value is (214,69,44). Sum of RGB (Red+Green+Blue) = 214+69+44=327 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.44% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 214 - color contains mainly: red. Hex color #D6452C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6452C is #29BAD3. Grayscale: #6D6D6D. Windows color (decimal): -2734804 or 2901462. OLE color: 2901462.
HSL color Cylindrical-coordinate representation of color #D6452C: hue angle of 8.82º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6452C is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 69 | 44 | - |
| CMYK | 0 | 0.68 | 0.79 | 0.16 |
| HSL | 8.82º | 0.67% | 0.51% | - |
| HSV(B) | 8.82º | 0.79% | 0.84% | - |
| XYZ | 30.31 | 18.73 | 4.4 | - |
| YUV | 109.51 | 91.04 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 69 | 44 | 0 | 0.68 | 0.79 | 0.16 | 8.82 | 0.67 | 0.51 |
| Hex | D6 | 45 | 2C | 0 | 44 | 4F | 10 | 9 | 43 | 33 |
| Octal | 326 | 105 | 54 | 0 | 104 | 117 | 20 | 11 | 103 | 63 |
| Binary | 11010110 | 1000101 | 101100 | 0 | 1000100 | 1001111 | 10000 | 1001 | 1000011 | 110011 |
Color Harmonies of #D6452C
Complementary color
Monochromatic Colors of #D6452C
Black with #D6452C
Text Example
Text Example
White with #D6452C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6452C; }
p { color: rgb(214,69,44); }
H1.HeaderClassName
{
color: #D6452C;
}
.AnyTagClassName
{
color: #D6452C;
}
</style>
background-color css
<style>
a { background-color: #D6452C; }
a { background-color: rgb(214,69,44); }
div.DivClassName
{
background-color: #D6452C;
}
.BgClassName
{
background-color: #D6452C;
}
</style>
border-color css
<style>
span { border-color: #D6452C; }
span { border-color: rgb(214,69,44); }
td.TdClassName
{
border-color: #D6452C;
}
.TagClassName
{
border-color: #D6452C;
}
</style>