Shades of Cinnabar #D9442C
Tints of Cinnabar #D9442C
RGB
CMYK
RGB Variations
Color information
#D9442C (or 0xD9442C) is known color: Cinnabar. HEX triplet: D9, 44 and 2C. RGB value is (217,68,44). Sum of RGB (Red+Green+Blue) = 217+68+44=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D9442C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9442C is #26BBD3. Grayscale: #6E6E6E. Windows color (decimal): -2538452 or 2901209. OLE color: 2901209.
HSL color Cylindrical-coordinate representation of color #D9442C: hue angle of 8.32º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9442C is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 68 | 44 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.15 |
| HSL | 8.32º | 0.69% | 0.51% | - |
| HSV(B) | 8.32º | 0.8% | 0.85% | - |
| XYZ | 31.14 | 19.07 | 4.42 | - |
| YUV | 109.82 | 90.86 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 68 | 44 | 0 | 0.69 | 0.80 | 0.15 | 8.32 | 0.69 | 0.51 |
| Hex | D9 | 44 | 2C | 0 | 45 | 50 | F | 8 | 45 | 33 |
| Octal | 331 | 104 | 54 | 0 | 105 | 120 | 17 | 10 | 105 | 63 |
| Binary | 11011001 | 1000100 | 101100 | 0 | 1000101 | 1010000 | 1111 | 1000 | 1000101 | 110011 |
Color Harmonies of #D9442C
Complementary color
Monochromatic Colors of #D9442C
Black with #D9442C
Text Example
Text Example
White with #D9442C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9442C; }
p { color: rgb(217,68,44); }
H1.HeaderClassName
{
color: #D9442C;
}
.AnyTagClassName
{
color: #D9442C;
}
</style>
background-color css
<style>
a { background-color: #D9442C; }
a { background-color: rgb(217,68,44); }
div.DivClassName
{
background-color: #D9442C;
}
.BgClassName
{
background-color: #D9442C;
}
</style>
border-color css
<style>
span { border-color: #D9442C; }
span { border-color: rgb(217,68,44); }
td.TdClassName
{
border-color: #D9442C;
}
.TagClassName
{
border-color: #D9442C;
}
</style>