Shades of Cinnabar #D94025
Tints of Cinnabar #D94025
RGB
CMYK
RGB Variations
Color information
#D94025 (or 0xD94025) is known color: Cinnabar. HEX triplet: D9, 40 and 25. RGB value is (217,64,37). Sum of RGB (Red+Green+Blue) = 217+64+37=318 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.24% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 217 - color contains mainly: red. Hex color #D94025 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94025 is #26BFDA. Grayscale: #6A6A6A. Windows color (decimal): -2539483 or 2441433. OLE color: 2441433.
HSL color Cylindrical-coordinate representation of color #D94025: hue angle of 9º 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 #D94025 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 64 | 37 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.15 |
| HSL | 9º | 0.71% | 0.5% | - |
| HSV(B) | 9º | 0.83% | 0.85% | - |
| XYZ | 30.78 | 18.55 | 3.71 | - |
| YUV | 106.67 | 88.69 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 64 | 37 | 0 | 0.71 | 0.83 | 0.15 | 9 | 0.71 | 0.5 |
| Hex | D9 | 40 | 25 | 0 | 47 | 53 | F | 9 | 47 | 32 |
| Octal | 331 | 100 | 45 | 0 | 107 | 123 | 17 | 11 | 107 | 62 |
| Binary | 11011001 | 1000000 | 100101 | 0 | 1000111 | 1010011 | 1111 | 1001 | 1000111 | 110010 |
Color Harmonies of #D94025
Complementary color
Monochromatic Colors of #D94025
Black with #D94025
Text Example
Text Example
White with #D94025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94025; }
p { color: rgb(217,64,37); }
H1.HeaderClassName
{
color: #D94025;
}
.AnyTagClassName
{
color: #D94025;
}
</style>
background-color css
<style>
a { background-color: #D94025; }
a { background-color: rgb(217,64,37); }
div.DivClassName
{
background-color: #D94025;
}
.BgClassName
{
background-color: #D94025;
}
</style>
border-color css
<style>
span { border-color: #D94025; }
span { border-color: rgb(217,64,37); }
td.TdClassName
{
border-color: #D94025;
}
.TagClassName
{
border-color: #D94025;
}
</style>