Shades of Cinnabar #D94625
Tints of Cinnabar #D94625
RGB
CMYK
RGB Variations
Color information
#D94625 (or 0xD94625) is known color: Cinnabar. HEX triplet: D9, 46 and 25. RGB value is (217,70,37). Sum of RGB (Red+Green+Blue) = 217+70+37=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 37 (14.84% from 255 or 11.42% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D94625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94625 is #26B9DA. Grayscale: #6E6E6E. Windows color (decimal): -2537947 or 2442969. OLE color: 2442969.
HSL color Cylindrical-coordinate representation of color #D94625: hue angle of 11º 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 #D94625 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 70 | 37 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.15 |
| HSL | 11º | 0.71% | 0.5% | - |
| HSV(B) | 11º | 0.83% | 0.85% | - |
| XYZ | 31.14 | 19.27 | 3.83 | - |
| YUV | 110.19 | 86.7 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 70 | 37 | 0 | 0.68 | 0.83 | 0.15 | 11 | 0.71 | 0.5 |
| Hex | D9 | 46 | 25 | 0 | 44 | 53 | F | B | 47 | 32 |
| Octal | 331 | 106 | 45 | 0 | 104 | 123 | 17 | 13 | 107 | 62 |
| Binary | 11011001 | 1000110 | 100101 | 0 | 1000100 | 1010011 | 1111 | 1011 | 1000111 | 110010 |
Color Harmonies of #D94625
Complementary color
Monochromatic Colors of #D94625
Black with #D94625
Text Example
Text Example
White with #D94625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94625; }
p { color: rgb(217,70,37); }
H1.HeaderClassName
{
color: #D94625;
}
.AnyTagClassName
{
color: #D94625;
}
</style>
background-color css
<style>
a { background-color: #D94625; }
a { background-color: rgb(217,70,37); }
div.DivClassName
{
background-color: #D94625;
}
.BgClassName
{
background-color: #D94625;
}
</style>
border-color css
<style>
span { border-color: #D94625; }
span { border-color: rgb(217,70,37); }
td.TdClassName
{
border-color: #D94625;
}
.TagClassName
{
border-color: #D94625;
}
</style>