Shades of Cinnabar #D94D3D
Tints of Cinnabar #D94D3D
RGB
CMYK
RGB Variations
Color information
#D94D3D (or 0xD94D3D) is known color: Cinnabar. HEX triplet: D9, 4D and 3D. RGB value is (217,77,61). Sum of RGB (Red+Green+Blue) = 217+77+61=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D94D3D is #26B2C2. Grayscale: #757575. Windows color (decimal): -2536131 or 4017625. OLE color: 4017625.
HSL color Cylindrical-coordinate representation of color #D94D3D: hue angle of 6.15º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D94D3D is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 77 | 61 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.15 |
| HSL | 6.15º | 0.67% | 0.55% | - |
| HSV(B) | 6.15º | 0.72% | 0.85% | - |
| XYZ | 32.11 | 20.4 | 6.66 | - |
| YUV | 117.04 | 96.38 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 77 | 61 | 0 | 0.65 | 0.72 | 0.15 | 6.15 | 0.67 | 0.55 |
| Hex | D9 | 4D | 3D | 0 | 41 | 48 | F | 6 | 43 | 37 |
| Octal | 331 | 115 | 75 | 0 | 101 | 110 | 17 | 6 | 103 | 67 |
| Binary | 11011001 | 1001101 | 111101 | 0 | 1000001 | 1001000 | 1111 | 110 | 1000011 | 110111 |
Color Harmonies of #D94D3D
Complementary color
Monochromatic Colors of #D94D3D
Black with #D94D3D
Text Example
Text Example
White with #D94D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94D3D; }
p { color: rgb(217,77,61); }
H1.HeaderClassName
{
color: #D94D3D;
}
.AnyTagClassName
{
color: #D94D3D;
}
</style>
background-color css
<style>
a { background-color: #D94D3D; }
a { background-color: rgb(217,77,61); }
div.DivClassName
{
background-color: #D94D3D;
}
.BgClassName
{
background-color: #D94D3D;
}
</style>
border-color css
<style>
span { border-color: #D94D3D; }
span { border-color: rgb(217,77,61); }
td.TdClassName
{
border-color: #D94D3D;
}
.TagClassName
{
border-color: #D94D3D;
}
</style>