Shades of Cinnabar #D8453D
Tints of Cinnabar #D8453D
RGB
CMYK
RGB Variations
Color information
#D8453D (or 0xD8453D) is known color: Cinnabar. HEX triplet: D8, 45 and 3D. RGB value is (216,69,61). Sum of RGB (Red+Green+Blue) = 216+69+61=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D8453D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8453D is #27BAC2. Grayscale: #707070. Windows color (decimal): -2603715 or 4015576. OLE color: 4015576.
HSL color Cylindrical-coordinate representation of color #D8453D: hue angle of 3.1º 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 #D8453D is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 69 | 61 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.15 |
| HSL | 3.1º | 0.67% | 0.54% | - |
| HSV(B) | 3.1º | 0.72% | 0.85% | - |
| XYZ | 31.29 | 19.19 | 6.47 | - |
| YUV | 112.04 | 99.2 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 69 | 61 | 0 | 0.68 | 0.72 | 0.15 | 3.1 | 0.67 | 0.54 |
| Hex | D8 | 45 | 3D | 0 | 44 | 48 | F | 3 | 43 | 36 |
| Octal | 330 | 105 | 75 | 0 | 104 | 110 | 17 | 3 | 103 | 66 |
| Binary | 11011000 | 1000101 | 111101 | 0 | 1000100 | 1001000 | 1111 | 11 | 1000011 | 110110 |
Color Harmonies of #D8453D
Complementary color
Monochromatic Colors of #D8453D
Black with #D8453D
Text Example
Text Example
White with #D8453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8453D; }
p { color: rgb(216,69,61); }
H1.HeaderClassName
{
color: #D8453D;
}
.AnyTagClassName
{
color: #D8453D;
}
</style>
background-color css
<style>
a { background-color: #D8453D; }
a { background-color: rgb(216,69,61); }
div.DivClassName
{
background-color: #D8453D;
}
.BgClassName
{
background-color: #D8453D;
}
</style>
border-color css
<style>
span { border-color: #D8453D; }
span { border-color: rgb(216,69,61); }
td.TdClassName
{
border-color: #D8453D;
}
.TagClassName
{
border-color: #D8453D;
}
</style>