Shades of Cinnabar #D94523
Tints of Cinnabar #D94523
RGB
CMYK
RGB Variations
Color information
#D94523 (or 0xD94523) is known color: Cinnabar. HEX triplet: D9, 45 and 23. RGB value is (217,69,35). Sum of RGB (Red+Green+Blue) = 217+69+35=321 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.60% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 35 (14.06% from 255 or 10.90% from 321); Max value from RGB is 217 - color contains mainly: red. Hex color #D94523 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94523 is #26BADC. Grayscale: #6D6D6D. Windows color (decimal): -2538205 or 2311641. OLE color: 2311641.
HSL color Cylindrical-coordinate representation of color #D94523: hue angle of 11.21º 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 #D94523 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 69 | 35 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.15 |
| HSL | 11.21º | 0.72% | 0.49% | - |
| HSV(B) | 11.21º | 0.84% | 0.85% | - |
| XYZ | 31.05 | 19.13 | 3.65 | - |
| YUV | 109.38 | 86.03 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 69 | 35 | 0 | 0.68 | 0.84 | 0.15 | 11.21 | 0.72 | 0.49 |
| Hex | D9 | 45 | 23 | 0 | 44 | 54 | F | B | 48 | 31 |
| Octal | 331 | 105 | 43 | 0 | 104 | 124 | 17 | 13 | 110 | 61 |
| Binary | 11011001 | 1000101 | 100011 | 0 | 1000100 | 1010100 | 1111 | 1011 | 1001000 | 110001 |
Color Harmonies of #D94523
Complementary color
Monochromatic Colors of #D94523
Black with #D94523
Text Example
Text Example
White with #D94523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94523; }
p { color: rgb(217,69,35); }
H1.HeaderClassName
{
color: #D94523;
}
.AnyTagClassName
{
color: #D94523;
}
</style>
background-color css
<style>
a { background-color: #D94523; }
a { background-color: rgb(217,69,35); }
div.DivClassName
{
background-color: #D94523;
}
.BgClassName
{
background-color: #D94523;
}
</style>
border-color css
<style>
span { border-color: #D94523; }
span { border-color: rgb(217,69,35); }
td.TdClassName
{
border-color: #D94523;
}
.TagClassName
{
border-color: #D94523;
}
</style>