Shades of Cinnabar #D9413B
Tints of Cinnabar #D9413B
RGB
CMYK
RGB Variations
Color information
#D9413B (or 0xD9413B) is known color: Cinnabar. HEX triplet: D9, 41 and 3B. RGB value is (217,65,59). Sum of RGB (Red+Green+Blue) = 217+65+59=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 59 (23.44% from 255 or 17.30% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D9413B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9413B is #26BEC4. Grayscale: #6D6D6D. Windows color (decimal): -2539205 or 3883481. OLE color: 3883481.
HSL color Cylindrical-coordinate representation of color #D9413B: hue angle of 2.28º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D9413B is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 65 | 59 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.15 |
| HSL | 2.28º | 0.68% | 0.54% | - |
| HSV(B) | 2.28º | 0.73% | 0.85% | - |
| XYZ | 31.29 | 18.85 | 6.13 | - |
| YUV | 109.76 | 99.36 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 65 | 59 | 0 | 0.70 | 0.73 | 0.15 | 2.28 | 0.68 | 0.54 |
| Hex | D9 | 41 | 3B | 0 | 46 | 49 | F | 2 | 44 | 36 |
| Octal | 331 | 101 | 73 | 0 | 106 | 111 | 17 | 2 | 104 | 66 |
| Binary | 11011001 | 1000001 | 111011 | 0 | 1000110 | 1001001 | 1111 | 10 | 1000100 | 110110 |
Color Harmonies of #D9413B
Complementary color
Monochromatic Colors of #D9413B
Black with #D9413B
Text Example
Text Example
White with #D9413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9413B; }
p { color: rgb(217,65,59); }
H1.HeaderClassName
{
color: #D9413B;
}
.AnyTagClassName
{
color: #D9413B;
}
</style>
background-color css
<style>
a { background-color: #D9413B; }
a { background-color: rgb(217,65,59); }
div.DivClassName
{
background-color: #D9413B;
}
.BgClassName
{
background-color: #D9413B;
}
</style>
border-color css
<style>
span { border-color: #D9413B; }
span { border-color: rgb(217,65,59); }
td.TdClassName
{
border-color: #D9413B;
}
.TagClassName
{
border-color: #D9413B;
}
</style>