Shades of Cinnabar #D94428
Tints of Cinnabar #D94428
RGB
CMYK
RGB Variations
Color information
#D94428 (or 0xD94428) is known color: Cinnabar. HEX triplet: D9, 44 and 28. RGB value is (217,68,40). Sum of RGB (Red+Green+Blue) = 217+68+40=325 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.77% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 217 - color contains mainly: red. Hex color #D94428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94428 is #26BBD7. Grayscale: #6D6D6D. Windows color (decimal): -2538456 or 2639065. OLE color: 2639065.
HSL color Cylindrical-coordinate representation of color #D94428: hue angle of 9.49º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D94428 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 68 | 40 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.15 |
| HSL | 9.49º | 0.7% | 0.5% | - |
| HSV(B) | 9.49º | 0.82% | 0.85% | - |
| XYZ | 31.07 | 19.04 | 4.05 | - |
| YUV | 109.36 | 88.86 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 68 | 40 | 0 | 0.69 | 0.82 | 0.15 | 9.49 | 0.7 | 0.5 |
| Hex | D9 | 44 | 28 | 0 | 45 | 52 | F | 9 | 46 | 32 |
| Octal | 331 | 104 | 50 | 0 | 105 | 122 | 17 | 11 | 106 | 62 |
| Binary | 11011001 | 1000100 | 101000 | 0 | 1000101 | 1010010 | 1111 | 1001 | 1000110 | 110010 |
Color Harmonies of #D94428
Complementary color
Monochromatic Colors of #D94428
Black with #D94428
Text Example
Text Example
White with #D94428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94428; }
p { color: rgb(217,68,40); }
H1.HeaderClassName
{
color: #D94428;
}
.AnyTagClassName
{
color: #D94428;
}
</style>
background-color css
<style>
a { background-color: #D94428; }
a { background-color: rgb(217,68,40); }
div.DivClassName
{
background-color: #D94428;
}
.BgClassName
{
background-color: #D94428;
}
</style>
border-color css
<style>
span { border-color: #D94428; }
span { border-color: rgb(217,68,40); }
td.TdClassName
{
border-color: #D94428;
}
.TagClassName
{
border-color: #D94428;
}
</style>