Shades of Cinnabar #D94430
Tints of Cinnabar #D94430
RGB
CMYK
RGB Variations
Color information
#D94430 (or 0xD94430) is known color: Cinnabar. HEX triplet: D9, 44 and 30. RGB value is (217,68,48). Sum of RGB (Red+Green+Blue) = 217+68+48=333 (44% of max value = 765). Red value is 217 (85.16% from 255 or 65.17% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 48 (19.14% from 255 or 14.41% from 333); Max value from RGB is 217 - color contains mainly: red. Hex color #D94430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94430 is #26BBCF. Grayscale: #6E6E6E. Windows color (decimal): -2538448 or 3163353. OLE color: 3163353.
HSL color Cylindrical-coordinate representation of color #D94430: hue angle of 7.1º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D94430 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 68 | 48 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.15 |
| HSL | 7.1º | 0.69% | 0.52% | - |
| HSV(B) | 7.1º | 0.78% | 0.85% | - |
| XYZ | 31.22 | 19.1 | 4.84 | - |
| YUV | 110.27 | 92.86 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 68 | 48 | 0 | 0.69 | 0.78 | 0.15 | 7.1 | 0.69 | 0.52 |
| Hex | D9 | 44 | 30 | 0 | 45 | 4E | F | 7 | 45 | 34 |
| Octal | 331 | 104 | 60 | 0 | 105 | 116 | 17 | 7 | 105 | 64 |
| Binary | 11011001 | 1000100 | 110000 | 0 | 1000101 | 1001110 | 1111 | 111 | 1000101 | 110100 |
Color Harmonies of #D94430
Complementary color
Monochromatic Colors of #D94430
Black with #D94430
Text Example
Text Example
White with #D94430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94430; }
p { color: rgb(217,68,48); }
H1.HeaderClassName
{
color: #D94430;
}
.AnyTagClassName
{
color: #D94430;
}
</style>
background-color css
<style>
a { background-color: #D94430; }
a { background-color: rgb(217,68,48); }
div.DivClassName
{
background-color: #D94430;
}
.BgClassName
{
background-color: #D94430;
}
</style>
border-color css
<style>
span { border-color: #D94430; }
span { border-color: rgb(217,68,48); }
td.TdClassName
{
border-color: #D94430;
}
.TagClassName
{
border-color: #D94430;
}
</style>