Shades of Cinnabar #D8482B
Tints of Cinnabar #D8482B
RGB
CMYK
RGB Variations
Color information
#D8482B (or 0xD8482B) is known color: Cinnabar. HEX triplet: D8, 48 and 2B. RGB value is (216,72,43). Sum of RGB (Red+Green+Blue) = 216+72+43=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D8482B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8482B is #27B7D4. Grayscale: #707070. Windows color (decimal): -2602965 or 2836696. OLE color: 2836696.
HSL color Cylindrical-coordinate representation of color #D8482B: hue angle of 10.06º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D8482B is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 72 | 43 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.15 |
| HSL | 10.06º | 0.69% | 0.51% | - |
| HSV(B) | 10.06º | 0.8% | 0.85% | - |
| XYZ | 31.07 | 19.41 | 4.39 | - |
| YUV | 111.75 | 89.21 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 72 | 43 | 0 | 0.67 | 0.80 | 0.15 | 10.06 | 0.69 | 0.51 |
| Hex | D8 | 48 | 2B | 0 | 43 | 50 | F | A | 45 | 33 |
| Octal | 330 | 110 | 53 | 0 | 103 | 120 | 17 | 12 | 105 | 63 |
| Binary | 11011000 | 1001000 | 101011 | 0 | 1000011 | 1010000 | 1111 | 1010 | 1000101 | 110011 |
Color Harmonies of #D8482B
Complementary color
Monochromatic Colors of #D8482B
Black with #D8482B
Text Example
Text Example
White with #D8482B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8482B; }
p { color: rgb(216,72,43); }
H1.HeaderClassName
{
color: #D8482B;
}
.AnyTagClassName
{
color: #D8482B;
}
</style>
background-color css
<style>
a { background-color: #D8482B; }
a { background-color: rgb(216,72,43); }
div.DivClassName
{
background-color: #D8482B;
}
.BgClassName
{
background-color: #D8482B;
}
</style>
border-color css
<style>
span { border-color: #D8482B; }
span { border-color: rgb(216,72,43); }
td.TdClassName
{
border-color: #D8482B;
}
.TagClassName
{
border-color: #D8482B;
}
</style>