Shades of Cinnabar #D6492A
Tints of Cinnabar #D6492A
RGB
CMYK
RGB Variations
Color information
#D6492A (or 0xD6492A) is known color: Cinnabar. HEX triplet: D6, 49 and 2A. RGB value is (214,73,42). Sum of RGB (Red+Green+Blue) = 214+73+42=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D6492A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6492A is #29B6D5. Grayscale: #6F6F6F. Windows color (decimal): -2733782 or 2771414. OLE color: 2771414.
HSL color Cylindrical-coordinate representation of color #D6492A: hue angle of 10.81º 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 #D6492A is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 73 | 42 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.16 |
| HSL | 10.81º | 0.68% | 0.5% | - |
| HSV(B) | 10.81º | 0.8% | 0.84% | - |
| XYZ | 30.53 | 19.23 | 4.29 | - |
| YUV | 111.63 | 88.71 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 73 | 42 | 0 | 0.66 | 0.80 | 0.16 | 10.81 | 0.68 | 0.5 |
| Hex | D6 | 49 | 2A | 0 | 42 | 50 | 10 | B | 44 | 32 |
| Octal | 326 | 111 | 52 | 0 | 102 | 120 | 20 | 13 | 104 | 62 |
| Binary | 11010110 | 1001001 | 101010 | 0 | 1000010 | 1010000 | 10000 | 1011 | 1000100 | 110010 |
Color Harmonies of #D6492A
Complementary color
Monochromatic Colors of #D6492A
Black with #D6492A
Text Example
Text Example
White with #D6492A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6492A; }
p { color: rgb(214,73,42); }
H1.HeaderClassName
{
color: #D6492A;
}
.AnyTagClassName
{
color: #D6492A;
}
</style>
background-color css
<style>
a { background-color: #D6492A; }
a { background-color: rgb(214,73,42); }
div.DivClassName
{
background-color: #D6492A;
}
.BgClassName
{
background-color: #D6492A;
}
</style>
border-color css
<style>
span { border-color: #D6492A; }
span { border-color: rgb(214,73,42); }
td.TdClassName
{
border-color: #D6492A;
}
.TagClassName
{
border-color: #D6492A;
}
</style>