Shades of Cinnabar #D9483E
Tints of Cinnabar #D9483E
RGB
CMYK
RGB Variations
Color information
#D9483E (or 0xD9483E) is known color: Cinnabar. HEX triplet: D9, 48 and 3E. RGB value is (217,72,62). Sum of RGB (Red+Green+Blue) = 217+72+62=351 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.82% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 62 (24.61% from 255 or 17.66% from 351); Max value from RGB is 217 - color contains mainly: red. Hex color #D9483E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9483E is #26B7C1. Grayscale: #727272. Windows color (decimal): -2537410 or 4081881. OLE color: 4081881.
HSL color Cylindrical-coordinate representation of color #D9483E: hue angle of 3.87º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D9483E is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 72 | 62 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.15 |
| HSL | 3.87º | 0.67% | 0.55% | - |
| HSV(B) | 3.87º | 0.71% | 0.85% | - |
| XYZ | 31.8 | 19.73 | 6.69 | - |
| YUV | 114.22 | 98.54 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 72 | 62 | 0 | 0.67 | 0.71 | 0.15 | 3.87 | 0.67 | 0.55 |
| Hex | D9 | 48 | 3E | 0 | 43 | 47 | F | 4 | 43 | 37 |
| Octal | 331 | 110 | 76 | 0 | 103 | 107 | 17 | 4 | 103 | 67 |
| Binary | 11011001 | 1001000 | 111110 | 0 | 1000011 | 1000111 | 1111 | 100 | 1000011 | 110111 |
Color Harmonies of #D9483E
Complementary color
Monochromatic Colors of #D9483E
Black with #D9483E
Text Example
Text Example
White with #D9483E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9483E; }
p { color: rgb(217,72,62); }
H1.HeaderClassName
{
color: #D9483E;
}
.AnyTagClassName
{
color: #D9483E;
}
</style>
background-color css
<style>
a { background-color: #D9483E; }
a { background-color: rgb(217,72,62); }
div.DivClassName
{
background-color: #D9483E;
}
.BgClassName
{
background-color: #D9483E;
}
</style>
border-color css
<style>
span { border-color: #D9483E; }
span { border-color: rgb(217,72,62); }
td.TdClassName
{
border-color: #D9483E;
}
.TagClassName
{
border-color: #D9483E;
}
</style>