Shades of Cinnabar #D94725
Tints of Cinnabar #D94725
RGB
CMYK
RGB Variations
Color information
#D94725 (or 0xD94725) is known color: Cinnabar. HEX triplet: D9, 47 and 25. RGB value is (217,71,37). Sum of RGB (Red+Green+Blue) = 217+71+37=325 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.77% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 37 (14.84% from 255 or 11.38% from 325); Max value from RGB is 217 - color contains mainly: red. Hex color #D94725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94725 is #26B8DA. Grayscale: #6F6F6F. Windows color (decimal): -2537691 or 2443225. OLE color: 2443225.
HSL color Cylindrical-coordinate representation of color #D94725: hue angle of 11.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D94725 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 71 | 37 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.15 |
| HSL | 11.33º | 0.71% | 0.5% | - |
| HSV(B) | 11.33º | 0.83% | 0.85% | - |
| XYZ | 31.2 | 19.39 | 3.85 | - |
| YUV | 110.78 | 86.37 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 71 | 37 | 0 | 0.67 | 0.83 | 0.15 | 11.33 | 0.71 | 0.5 |
| Hex | D9 | 47 | 25 | 0 | 43 | 53 | F | B | 47 | 32 |
| Octal | 331 | 107 | 45 | 0 | 103 | 123 | 17 | 13 | 107 | 62 |
| Binary | 11011001 | 1000111 | 100101 | 0 | 1000011 | 1010011 | 1111 | 1011 | 1000111 | 110010 |
Color Harmonies of #D94725
Complementary color
Monochromatic Colors of #D94725
Black with #D94725
Text Example
Text Example
White with #D94725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94725; }
p { color: rgb(217,71,37); }
H1.HeaderClassName
{
color: #D94725;
}
.AnyTagClassName
{
color: #D94725;
}
</style>
background-color css
<style>
a { background-color: #D94725; }
a { background-color: rgb(217,71,37); }
div.DivClassName
{
background-color: #D94725;
}
.BgClassName
{
background-color: #D94725;
}
</style>
border-color css
<style>
span { border-color: #D94725; }
span { border-color: rgb(217,71,37); }
td.TdClassName
{
border-color: #D94725;
}
.TagClassName
{
border-color: #D94725;
}
</style>