Shades of Cinnabar #D94644
Tints of Cinnabar #D94644
RGB
CMYK
RGB Variations
Color information
#D94644 (or 0xD94644) is known color: Cinnabar. HEX triplet: D9, 46 and 44. RGB value is (217,70,68). Sum of RGB (Red+Green+Blue) = 217+70+68=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D94644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94644 is #26B9BB. Grayscale: #717171. Windows color (decimal): -2537916 or 4474585. OLE color: 4474585.
HSL color Cylindrical-coordinate representation of color #D94644: hue angle of 0.81º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D94644 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 70 | 68 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.15 |
| HSL | 0.81º | 0.66% | 0.56% | - |
| HSV(B) | 0.81º | 0.69% | 0.85% | - |
| XYZ | 31.85 | 19.55 | 7.56 | - |
| YUV | 113.73 | 102.2 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 70 | 68 | 0 | 0.68 | 0.69 | 0.15 | 0.81 | 0.66 | 0.56 |
| Hex | D9 | 46 | 44 | 0 | 44 | 45 | F | 1 | 42 | 38 |
| Octal | 331 | 106 | 104 | 0 | 104 | 105 | 17 | 1 | 102 | 70 |
| Binary | 11011001 | 1000110 | 1000100 | 0 | 1000100 | 1000101 | 1111 | 1 | 1000010 | 111000 |
Color Harmonies of #D94644
Complementary color
Monochromatic Colors of #D94644
Black with #D94644
Text Example
Text Example
White with #D94644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94644; }
p { color: rgb(217,70,68); }
H1.HeaderClassName
{
color: #D94644;
}
.AnyTagClassName
{
color: #D94644;
}
</style>
background-color css
<style>
a { background-color: #D94644; }
a { background-color: rgb(217,70,68); }
div.DivClassName
{
background-color: #D94644;
}
.BgClassName
{
background-color: #D94644;
}
</style>
border-color css
<style>
span { border-color: #D94644; }
span { border-color: rgb(217,70,68); }
td.TdClassName
{
border-color: #D94644;
}
.TagClassName
{
border-color: #D94644;
}
</style>