Shades of Cinnabar #D94631
Tints of Cinnabar #D94631
RGB
CMYK
RGB Variations
Color information
#D94631 (or 0xD94631) is known color: Cinnabar. HEX triplet: D9, 46 and 31. RGB value is (217,70,49). Sum of RGB (Red+Green+Blue) = 217+70+49=336 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.58% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 217 - color contains mainly: red. Hex color #D94631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94631 is #26B9CE. Grayscale: #6F6F6F. Windows color (decimal): -2537935 or 3229401. OLE color: 3229401.
HSL color Cylindrical-coordinate representation of color #D94631: hue angle of 7.5º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D94631 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 70 | 49 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.15 |
| HSL | 7.5º | 0.69% | 0.52% | - |
| HSV(B) | 7.5º | 0.77% | 0.85% | - |
| XYZ | 31.36 | 19.35 | 4.99 | - |
| YUV | 111.56 | 92.7 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 70 | 49 | 0 | 0.68 | 0.77 | 0.15 | 7.5 | 0.69 | 0.52 |
| Hex | D9 | 46 | 31 | 0 | 44 | 4D | F | 8 | 45 | 34 |
| Octal | 331 | 106 | 61 | 0 | 104 | 115 | 17 | 10 | 105 | 64 |
| Binary | 11011001 | 1000110 | 110001 | 0 | 1000100 | 1001101 | 1111 | 1000 | 1000101 | 110100 |
Color Harmonies of #D94631
Complementary color
Monochromatic Colors of #D94631
Black with #D94631
Text Example
Text Example
White with #D94631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94631; }
p { color: rgb(217,70,49); }
H1.HeaderClassName
{
color: #D94631;
}
.AnyTagClassName
{
color: #D94631;
}
</style>
background-color css
<style>
a { background-color: #D94631; }
a { background-color: rgb(217,70,49); }
div.DivClassName
{
background-color: #D94631;
}
.BgClassName
{
background-color: #D94631;
}
</style>
border-color css
<style>
span { border-color: #D94631; }
span { border-color: rgb(217,70,49); }
td.TdClassName
{
border-color: #D94631;
}
.TagClassName
{
border-color: #D94631;
}
</style>