Shades of Cinnabar #D6432B
Tints of Cinnabar #D6432B
RGB
CMYK
RGB Variations
Color information
#D6432B (or 0xD6432B) is known color: Cinnabar. HEX triplet: D6, 43 and 2B. RGB value is (214,67,43). Sum of RGB (Red+Green+Blue) = 214+67+43=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 43 (17.19% from 255 or 13.27% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D6432B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6432B is #29BCD4. Grayscale: #6C6C6C. Windows color (decimal): -2735317 or 2835414. OLE color: 2835414.
HSL color Cylindrical-coordinate representation of color #D6432B: hue angle of 8.42º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6432B is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 67 | 43 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.16 |
| HSL | 8.42º | 0.68% | 0.5% | - |
| HSV(B) | 8.42º | 0.8% | 0.84% | - |
| XYZ | 30.17 | 18.48 | 4.26 | - |
| YUV | 108.22 | 91.2 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 67 | 43 | 0 | 0.69 | 0.80 | 0.16 | 8.42 | 0.68 | 0.5 |
| Hex | D6 | 43 | 2B | 0 | 45 | 50 | 10 | 8 | 44 | 32 |
| Octal | 326 | 103 | 53 | 0 | 105 | 120 | 20 | 10 | 104 | 62 |
| Binary | 11010110 | 1000011 | 101011 | 0 | 1000101 | 1010000 | 10000 | 1000 | 1000100 | 110010 |
Color Harmonies of #D6432B
Complementary color
Monochromatic Colors of #D6432B
Black with #D6432B
Text Example
Text Example
White with #D6432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6432B; }
p { color: rgb(214,67,43); }
H1.HeaderClassName
{
color: #D6432B;
}
.AnyTagClassName
{
color: #D6432B;
}
</style>
background-color css
<style>
a { background-color: #D6432B; }
a { background-color: rgb(214,67,43); }
div.DivClassName
{
background-color: #D6432B;
}
.BgClassName
{
background-color: #D6432B;
}
</style>
border-color css
<style>
span { border-color: #D6432B; }
span { border-color: rgb(214,67,43); }
td.TdClassName
{
border-color: #D6432B;
}
.TagClassName
{
border-color: #D6432B;
}
</style>