Shades of Cinnabar #D94C28
Tints of Cinnabar #D94C28
RGB
CMYK
RGB Variations
Color information
#D94C28 (or 0xD94C28) is known color: Cinnabar. HEX triplet: D9, 4C and 28. RGB value is (217,76,40). Sum of RGB (Red+Green+Blue) = 217+76+40=333 (44% of max value = 765). Red value is 217 (85.16% from 255 or 65.17% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 40 (16.02% from 255 or 12.01% from 333); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94C28 is #26B3D7. Grayscale: #727272. Windows color (decimal): -2536408 or 2641113. OLE color: 2641113.
HSL color Cylindrical-coordinate representation of color #D94C28: hue angle of 12.2º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D94C28 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 76 | 40 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.15 |
| HSL | 12.2º | 0.7% | 0.5% | - |
| HSV(B) | 12.2º | 0.82% | 0.85% | - |
| XYZ | 31.58 | 20.07 | 4.22 | - |
| YUV | 114.06 | 86.21 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 76 | 40 | 0 | 0.65 | 0.82 | 0.15 | 12.2 | 0.7 | 0.5 |
| Hex | D9 | 4C | 28 | 0 | 41 | 52 | F | C | 46 | 32 |
| Octal | 331 | 114 | 50 | 0 | 101 | 122 | 17 | 14 | 106 | 62 |
| Binary | 11011001 | 1001100 | 101000 | 0 | 1000001 | 1010010 | 1111 | 1100 | 1000110 | 110010 |
Color Harmonies of #D94C28
Complementary color
Monochromatic Colors of #D94C28
Black with #D94C28
Text Example
Text Example
White with #D94C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94C28; }
p { color: rgb(217,76,40); }
H1.HeaderClassName
{
color: #D94C28;
}
.AnyTagClassName
{
color: #D94C28;
}
</style>
background-color css
<style>
a { background-color: #D94C28; }
a { background-color: rgb(217,76,40); }
div.DivClassName
{
background-color: #D94C28;
}
.BgClassName
{
background-color: #D94C28;
}
</style>
border-color css
<style>
span { border-color: #D94C28; }
span { border-color: rgb(217,76,40); }
td.TdClassName
{
border-color: #D94C28;
}
.TagClassName
{
border-color: #D94C28;
}
</style>