Shades of Cinnabar #D6453B
Tints of Cinnabar #D6453B
RGB
CMYK
RGB Variations
Color information
#D6453B (or 0xD6453B) is known color: Cinnabar. HEX triplet: D6, 45 and 3B. RGB value is (214,69,59). Sum of RGB (Red+Green+Blue) = 214+69+59=342 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.57% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 59 (23.44% from 255 or 17.25% from 342); Max value from RGB is 214 - color contains mainly: red. Hex color #D6453B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6453B is #29BAC4. Grayscale: #6F6F6F. Windows color (decimal): -2734789 or 3884502. OLE color: 3884502.
HSL color Cylindrical-coordinate representation of color #D6453B: hue angle of 3.87º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6453B is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 69 | 59 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.16 |
| HSL | 3.87º | 0.65% | 0.54% | - |
| HSV(B) | 3.87º | 0.72% | 0.84% | - |
| XYZ | 30.65 | 18.87 | 6.16 | - |
| YUV | 111.22 | 98.54 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 69 | 59 | 0 | 0.68 | 0.72 | 0.16 | 3.87 | 0.65 | 0.54 |
| Hex | D6 | 45 | 3B | 0 | 44 | 48 | 10 | 4 | 41 | 36 |
| Octal | 326 | 105 | 73 | 0 | 104 | 110 | 20 | 4 | 101 | 66 |
| Binary | 11010110 | 1000101 | 111011 | 0 | 1000100 | 1001000 | 10000 | 100 | 1000001 | 110110 |
Color Harmonies of #D6453B
Complementary color
Monochromatic Colors of #D6453B
Black with #D6453B
Text Example
Text Example
White with #D6453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6453B; }
p { color: rgb(214,69,59); }
H1.HeaderClassName
{
color: #D6453B;
}
.AnyTagClassName
{
color: #D6453B;
}
</style>
background-color css
<style>
a { background-color: #D6453B; }
a { background-color: rgb(214,69,59); }
div.DivClassName
{
background-color: #D6453B;
}
.BgClassName
{
background-color: #D6453B;
}
</style>
border-color css
<style>
span { border-color: #D6453B; }
span { border-color: rgb(214,69,59); }
td.TdClassName
{
border-color: #D6453B;
}
.TagClassName
{
border-color: #D6453B;
}
</style>