Shades of Cinnabar #D6482D
Tints of Cinnabar #D6482D
RGB
CMYK
RGB Variations
Color information
#D6482D (or 0xD6482D) is known color: Cinnabar. HEX triplet: D6, 48 and 2D. RGB value is (214,72,45). Sum of RGB (Red+Green+Blue) = 214+72+45=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D6482D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6482D is #29B7D2. Grayscale: #6F6F6F. Windows color (decimal): -2734035 or 2967766. OLE color: 2967766.
HSL color Cylindrical-coordinate representation of color #D6482D: hue angle of 9.59º 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 #D6482D is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 72 | 45 | - |
| CMYK | 0 | 0.66 | 0.79 | 0.16 |
| HSL | 9.59º | 0.67% | 0.51% | - |
| HSV(B) | 9.59º | 0.79% | 0.84% | - |
| XYZ | 30.52 | 19.12 | 4.56 | - |
| YUV | 111.38 | 90.54 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 72 | 45 | 0 | 0.66 | 0.79 | 0.16 | 9.59 | 0.67 | 0.51 |
| Hex | D6 | 48 | 2D | 0 | 42 | 4F | 10 | A | 43 | 33 |
| Octal | 326 | 110 | 55 | 0 | 102 | 117 | 20 | 12 | 103 | 63 |
| Binary | 11010110 | 1001000 | 101101 | 0 | 1000010 | 1001111 | 10000 | 1010 | 1000011 | 110011 |
Color Harmonies of #D6482D
Complementary color
Monochromatic Colors of #D6482D
Black with #D6482D
Text Example
Text Example
White with #D6482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6482D; }
p { color: rgb(214,72,45); }
H1.HeaderClassName
{
color: #D6482D;
}
.AnyTagClassName
{
color: #D6482D;
}
</style>
background-color css
<style>
a { background-color: #D6482D; }
a { background-color: rgb(214,72,45); }
div.DivClassName
{
background-color: #D6482D;
}
.BgClassName
{
background-color: #D6482D;
}
</style>
border-color css
<style>
span { border-color: #D6482D; }
span { border-color: rgb(214,72,45); }
td.TdClassName
{
border-color: #D6482D;
}
.TagClassName
{
border-color: #D6482D;
}
</style>