Shades of Cinnabar #D94323
Tints of Cinnabar #D94323
RGB
CMYK
RGB Variations
Color information
#D94323 (or 0xD94323) is known color: Cinnabar. HEX triplet: D9, 43 and 23. RGB value is (217,67,35). Sum of RGB (Red+Green+Blue) = 217+67+35=319 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.03% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 35 (14.06% from 255 or 10.97% from 319); Max value from RGB is 217 - color contains mainly: red. Hex color #D94323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94323 is #26BCDC. Grayscale: #6C6C6C. Windows color (decimal): -2538717 or 2311129. OLE color: 2311129.
HSL color Cylindrical-coordinate representation of color #D94323: hue angle of 10.55º 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 #D94323 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 67 | 35 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.15 |
| HSL | 10.55º | 0.72% | 0.49% | - |
| HSV(B) | 10.55º | 0.84% | 0.85% | - |
| XYZ | 30.93 | 18.89 | 3.61 | - |
| YUV | 108.2 | 86.7 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 67 | 35 | 0 | 0.69 | 0.84 | 0.15 | 10.55 | 0.72 | 0.49 |
| Hex | D9 | 43 | 23 | 0 | 45 | 54 | F | B | 48 | 31 |
| Octal | 331 | 103 | 43 | 0 | 105 | 124 | 17 | 13 | 110 | 61 |
| Binary | 11011001 | 1000011 | 100011 | 0 | 1000101 | 1010100 | 1111 | 1011 | 1001000 | 110001 |
Color Harmonies of #D94323
Complementary color
Monochromatic Colors of #D94323
Black with #D94323
Text Example
Text Example
White with #D94323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94323; }
p { color: rgb(217,67,35); }
H1.HeaderClassName
{
color: #D94323;
}
.AnyTagClassName
{
color: #D94323;
}
</style>
background-color css
<style>
a { background-color: #D94323; }
a { background-color: rgb(217,67,35); }
div.DivClassName
{
background-color: #D94323;
}
.BgClassName
{
background-color: #D94323;
}
</style>
border-color css
<style>
span { border-color: #D94323; }
span { border-color: rgb(217,67,35); }
td.TdClassName
{
border-color: #D94323;
}
.TagClassName
{
border-color: #D94323;
}
</style>