Shades of Cinnabar #D94127
Tints of Cinnabar #D94127
RGB
CMYK
RGB Variations
Color information
#D94127 (or 0xD94127) is known color: Cinnabar. HEX triplet: D9, 41 and 27. RGB value is (217,65,39). Sum of RGB (Red+Green+Blue) = 217+65+39=321 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.60% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 39 (15.62% from 255 or 12.15% from 321); Max value from RGB is 217 - color contains mainly: red. Hex color #D94127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94127 is #26BED8. Grayscale: #6B6B6B. Windows color (decimal): -2539225 or 2572761. OLE color: 2572761.
HSL color Cylindrical-coordinate representation of color #D94127: hue angle of 8.76º 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 #D94127 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 65 | 39 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.15 |
| HSL | 8.76º | 0.7% | 0.5% | - |
| HSV(B) | 8.76º | 0.82% | 0.85% | - |
| XYZ | 30.87 | 18.68 | 3.9 | - |
| YUV | 107.48 | 89.36 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 65 | 39 | 0 | 0.70 | 0.82 | 0.15 | 8.76 | 0.7 | 0.5 |
| Hex | D9 | 41 | 27 | 0 | 46 | 52 | F | 9 | 46 | 32 |
| Octal | 331 | 101 | 47 | 0 | 106 | 122 | 17 | 11 | 106 | 62 |
| Binary | 11011001 | 1000001 | 100111 | 0 | 1000110 | 1010010 | 1111 | 1001 | 1000110 | 110010 |
Color Harmonies of #D94127
Complementary color
Monochromatic Colors of #D94127
Black with #D94127
Text Example
Text Example
White with #D94127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94127; }
p { color: rgb(217,65,39); }
H1.HeaderClassName
{
color: #D94127;
}
.AnyTagClassName
{
color: #D94127;
}
</style>
background-color css
<style>
a { background-color: #D94127; }
a { background-color: rgb(217,65,39); }
div.DivClassName
{
background-color: #D94127;
}
.BgClassName
{
background-color: #D94127;
}
</style>
border-color css
<style>
span { border-color: #D94127; }
span { border-color: rgb(217,65,39); }
td.TdClassName
{
border-color: #D94127;
}
.TagClassName
{
border-color: #D94127;
}
</style>