Shades of Cinnabar #D8403D
Tints of Cinnabar #D8403D
RGB
CMYK
RGB Variations
Color information
#D8403D (or 0xD8403D) is known color: Cinnabar. HEX triplet: D8, 40 and 3D. RGB value is (216,64,61). Sum of RGB (Red+Green+Blue) = 216+64+61=341 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.34% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 216 - color contains mainly: red. Hex color #D8403D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8403D is #27BFC2. Grayscale: #6D6D6D. Windows color (decimal): -2604995 or 4014296. OLE color: 4014296.
HSL color Cylindrical-coordinate representation of color #D8403D: hue angle of 1.16º 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 #D8403D is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 64 | 61 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.15 |
| HSL | 1.16º | 0.67% | 0.54% | - |
| HSV(B) | 1.16º | 0.72% | 0.85% | - |
| XYZ | 30.99 | 18.6 | 6.37 | - |
| YUV | 109.11 | 100.86 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 64 | 61 | 0 | 0.70 | 0.72 | 0.15 | 1.16 | 0.67 | 0.54 |
| Hex | D8 | 40 | 3D | 0 | 46 | 48 | F | 1 | 43 | 36 |
| Octal | 330 | 100 | 75 | 0 | 106 | 110 | 17 | 1 | 103 | 66 |
| Binary | 11011000 | 1000000 | 111101 | 0 | 1000110 | 1001000 | 1111 | 1 | 1000011 | 110110 |
Color Harmonies of #D8403D
Complementary color
Monochromatic Colors of #D8403D
Black with #D8403D
Text Example
Text Example
White with #D8403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8403D; }
p { color: rgb(216,64,61); }
H1.HeaderClassName
{
color: #D8403D;
}
.AnyTagClassName
{
color: #D8403D;
}
</style>
background-color css
<style>
a { background-color: #D8403D; }
a { background-color: rgb(216,64,61); }
div.DivClassName
{
background-color: #D8403D;
}
.BgClassName
{
background-color: #D8403D;
}
</style>
border-color css
<style>
span { border-color: #D8403D; }
span { border-color: rgb(216,64,61); }
td.TdClassName
{
border-color: #D8403D;
}
.TagClassName
{
border-color: #D8403D;
}
</style>