Shades of Cinnabar #D9413C
Tints of Cinnabar #D9413C
RGB
CMYK
RGB Variations
Color information
#D9413C (or 0xD9413C) is known color: Cinnabar. HEX triplet: D9, 41 and 3C. RGB value is (217,65,60). Sum of RGB (Red+Green+Blue) = 217+65+60=342 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.45% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 217 - color contains mainly: red. Hex color #D9413C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9413C is #26BEC3. Grayscale: #6E6E6E. Windows color (decimal): -2539204 or 3949017. OLE color: 3949017.
HSL color Cylindrical-coordinate representation of color #D9413C: hue angle of 1.91º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9413C is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 65 | 60 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.15 |
| HSL | 1.91º | 0.67% | 0.54% | - |
| HSV(B) | 1.91º | 0.72% | 0.85% | - |
| XYZ | 31.32 | 18.86 | 6.26 | - |
| YUV | 109.88 | 99.86 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 65 | 60 | 0 | 0.70 | 0.72 | 0.15 | 1.91 | 0.67 | 0.54 |
| Hex | D9 | 41 | 3C | 0 | 46 | 48 | F | 2 | 43 | 36 |
| Octal | 331 | 101 | 74 | 0 | 106 | 110 | 17 | 2 | 103 | 66 |
| Binary | 11011001 | 1000001 | 111100 | 0 | 1000110 | 1001000 | 1111 | 10 | 1000011 | 110110 |
Color Harmonies of #D9413C
Complementary color
Monochromatic Colors of #D9413C
Black with #D9413C
Text Example
Text Example
White with #D9413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9413C; }
p { color: rgb(217,65,60); }
H1.HeaderClassName
{
color: #D9413C;
}
.AnyTagClassName
{
color: #D9413C;
}
</style>
background-color css
<style>
a { background-color: #D9413C; }
a { background-color: rgb(217,65,60); }
div.DivClassName
{
background-color: #D9413C;
}
.BgClassName
{
background-color: #D9413C;
}
</style>
border-color css
<style>
span { border-color: #D9413C; }
span { border-color: rgb(217,65,60); }
td.TdClassName
{
border-color: #D9413C;
}
.TagClassName
{
border-color: #D9413C;
}
</style>