Shades of Cinnabar #D94A23
Tints of Cinnabar #D94A23
RGB
CMYK
RGB Variations
Color information
#D94A23 (or 0xD94A23) is known color: Cinnabar. HEX triplet: D9, 4A and 23. RGB value is (217,74,35). Sum of RGB (Red+Green+Blue) = 217+74+35=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94A23 is #26B5DC. Grayscale: #707070. Windows color (decimal): -2536925 or 2312921. OLE color: 2312921.
HSL color Cylindrical-coordinate representation of color #D94A23: hue angle of 12.86º 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 #D94A23 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 74 | 35 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.15 |
| HSL | 12.86º | 0.72% | 0.49% | - |
| HSV(B) | 12.86º | 0.84% | 0.85% | - |
| XYZ | 31.37 | 19.77 | 3.75 | - |
| YUV | 112.31 | 84.38 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 74 | 35 | 0 | 0.66 | 0.84 | 0.15 | 12.86 | 0.72 | 0.49 |
| Hex | D9 | 4A | 23 | 0 | 42 | 54 | F | D | 48 | 31 |
| Octal | 331 | 112 | 43 | 0 | 102 | 124 | 17 | 15 | 110 | 61 |
| Binary | 11011001 | 1001010 | 100011 | 0 | 1000010 | 1010100 | 1111 | 1101 | 1001000 | 110001 |
Color Harmonies of #D94A23
Complementary color
Monochromatic Colors of #D94A23
Black with #D94A23
Text Example
Text Example
White with #D94A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94A23; }
p { color: rgb(217,74,35); }
H1.HeaderClassName
{
color: #D94A23;
}
.AnyTagClassName
{
color: #D94A23;
}
</style>
background-color css
<style>
a { background-color: #D94A23; }
a { background-color: rgb(217,74,35); }
div.DivClassName
{
background-color: #D94A23;
}
.BgClassName
{
background-color: #D94A23;
}
</style>
border-color css
<style>
span { border-color: #D94A23; }
span { border-color: rgb(217,74,35); }
td.TdClassName
{
border-color: #D94A23;
}
.TagClassName
{
border-color: #D94A23;
}
</style>