Shades of Cinnabar #D94423
Tints of Cinnabar #D94423
RGB
CMYK
RGB Variations
Color information
#D94423 (or 0xD94423) is known color: Cinnabar. HEX triplet: D9, 44 and 23. RGB value is (217,68,35). Sum of RGB (Red+Green+Blue) = 217+68+35=320 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.81% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 35 (14.06% from 255 or 10.94% from 320); Max value from RGB is 217 - color contains mainly: red. Hex color #D94423 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94423 is #26BBDC. Grayscale: #6D6D6D. Windows color (decimal): -2538461 or 2311385. OLE color: 2311385.
HSL color Cylindrical-coordinate representation of color #D94423: hue angle of 10.88º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D94423 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 68 | 35 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.15 |
| HSL | 10.88º | 0.72% | 0.49% | - |
| HSV(B) | 10.88º | 0.84% | 0.85% | - |
| XYZ | 30.99 | 19.01 | 3.63 | - |
| YUV | 108.79 | 86.36 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 68 | 35 | 0 | 0.69 | 0.84 | 0.15 | 10.88 | 0.72 | 0.49 |
| Hex | D9 | 44 | 23 | 0 | 45 | 54 | F | B | 48 | 31 |
| Octal | 331 | 104 | 43 | 0 | 105 | 124 | 17 | 13 | 110 | 61 |
| Binary | 11011001 | 1000100 | 100011 | 0 | 1000101 | 1010100 | 1111 | 1011 | 1001000 | 110001 |
Color Harmonies of #D94423
Complementary color
Monochromatic Colors of #D94423
Black with #D94423
Text Example
Text Example
White with #D94423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94423; }
p { color: rgb(217,68,35); }
H1.HeaderClassName
{
color: #D94423;
}
.AnyTagClassName
{
color: #D94423;
}
</style>
background-color css
<style>
a { background-color: #D94423; }
a { background-color: rgb(217,68,35); }
div.DivClassName
{
background-color: #D94423;
}
.BgClassName
{
background-color: #D94423;
}
</style>
border-color css
<style>
span { border-color: #D94423; }
span { border-color: rgb(217,68,35); }
td.TdClassName
{
border-color: #D94423;
}
.TagClassName
{
border-color: #D94423;
}
</style>