Shades of Cinnabar #D94E3D
Tints of Cinnabar #D94E3D
RGB
CMYK
RGB Variations
Color information
#D94E3D (or 0xD94E3D) is known color: Cinnabar. HEX triplet: D9, 4E and 3D. RGB value is (217,78,61). Sum of RGB (Red+Green+Blue) = 217+78+61=356 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.96% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 217 - color contains mainly: red. Hex color #D94E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D94E3D is #26B1C2. Grayscale: #757575. Windows color (decimal): -2535875 or 4017881. OLE color: 4017881.
HSL color Cylindrical-coordinate representation of color #D94E3D: hue angle of 6.54º 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 #D94E3D is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 78 | 61 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.15 |
| HSL | 6.54º | 0.67% | 0.55% | - |
| HSV(B) | 6.54º | 0.72% | 0.85% | - |
| XYZ | 32.18 | 20.54 | 6.68 | - |
| YUV | 117.62 | 96.05 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 78 | 61 | 0 | 0.64 | 0.72 | 0.15 | 6.54 | 0.67 | 0.55 |
| Hex | D9 | 4E | 3D | 0 | 40 | 48 | F | 7 | 43 | 37 |
| Octal | 331 | 116 | 75 | 0 | 100 | 110 | 17 | 7 | 103 | 67 |
| Binary | 11011001 | 1001110 | 111101 | 0 | 1000000 | 1001000 | 1111 | 111 | 1000011 | 110111 |
Color Harmonies of #D94E3D
Complementary color
Monochromatic Colors of #D94E3D
Black with #D94E3D
Text Example
Text Example
White with #D94E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94E3D; }
p { color: rgb(217,78,61); }
H1.HeaderClassName
{
color: #D94E3D;
}
.AnyTagClassName
{
color: #D94E3D;
}
</style>
background-color css
<style>
a { background-color: #D94E3D; }
a { background-color: rgb(217,78,61); }
div.DivClassName
{
background-color: #D94E3D;
}
.BgClassName
{
background-color: #D94E3D;
}
</style>
border-color css
<style>
span { border-color: #D94E3D; }
span { border-color: rgb(217,78,61); }
td.TdClassName
{
border-color: #D94E3D;
}
.TagClassName
{
border-color: #D94E3D;
}
</style>