Shades of Cinnabar #D94F3A
Tints of Cinnabar #D94F3A
RGB
CMYK
RGB Variations
Color information
#D94F3A (or 0xD94F3A) is known color: Cinnabar. HEX triplet: D9, 4F and 3A. RGB value is (217,79,58). Sum of RGB (Red+Green+Blue) = 217+79+58=354 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.30% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 58 (23.05% from 255 or 16.38% from 354); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D94F3A is #26B0C5. Grayscale: #767676. Windows color (decimal): -2535622 or 3821529. OLE color: 3821529.
HSL color Cylindrical-coordinate representation of color #D94F3A: hue angle of 7.92º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D94F3A is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 79 | 58 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.15 |
| HSL | 7.92º | 0.68% | 0.54% | - |
| HSV(B) | 7.92º | 0.73% | 0.85% | - |
| XYZ | 32.17 | 20.65 | 6.29 | - |
| YUV | 117.87 | 94.22 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 79 | 58 | 0 | 0.64 | 0.73 | 0.15 | 7.92 | 0.68 | 0.54 |
| Hex | D9 | 4F | 3A | 0 | 40 | 49 | F | 8 | 44 | 36 |
| Octal | 331 | 117 | 72 | 0 | 100 | 111 | 17 | 10 | 104 | 66 |
| Binary | 11011001 | 1001111 | 111010 | 0 | 1000000 | 1001001 | 1111 | 1000 | 1000100 | 110110 |
Color Harmonies of #D94F3A
Complementary color
Monochromatic Colors of #D94F3A
Black with #D94F3A
Text Example
Text Example
White with #D94F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94F3A; }
p { color: rgb(217,79,58); }
H1.HeaderClassName
{
color: #D94F3A;
}
.AnyTagClassName
{
color: #D94F3A;
}
</style>
background-color css
<style>
a { background-color: #D94F3A; }
a { background-color: rgb(217,79,58); }
div.DivClassName
{
background-color: #D94F3A;
}
.BgClassName
{
background-color: #D94F3A;
}
</style>
border-color css
<style>
span { border-color: #D94F3A; }
span { border-color: rgb(217,79,58); }
td.TdClassName
{
border-color: #D94F3A;
}
.TagClassName
{
border-color: #D94F3A;
}
</style>