Shades of Cinnabar #D9443D
Tints of Cinnabar #D9443D
RGB
CMYK
RGB Variations
Color information
#D9443D (or 0xD9443D) is known color: Cinnabar. HEX triplet: D9, 44 and 3D. RGB value is (217,68,61). Sum of RGB (Red+Green+Blue) = 217+68+61=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D9443D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9443D is #26BBC2. Grayscale: #6F6F6F. Windows color (decimal): -2538435 or 4015321. OLE color: 4015321.
HSL color Cylindrical-coordinate representation of color #D9443D: hue angle of 2.69º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9443D is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 68 | 61 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.15 |
| HSL | 2.69º | 0.67% | 0.55% | - |
| HSV(B) | 2.69º | 0.72% | 0.85% | - |
| XYZ | 31.52 | 19.22 | 6.46 | - |
| YUV | 111.75 | 99.36 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 68 | 61 | 0 | 0.69 | 0.72 | 0.15 | 2.69 | 0.67 | 0.55 |
| Hex | D9 | 44 | 3D | 0 | 45 | 48 | F | 3 | 43 | 37 |
| Octal | 331 | 104 | 75 | 0 | 105 | 110 | 17 | 3 | 103 | 67 |
| Binary | 11011001 | 1000100 | 111101 | 0 | 1000101 | 1001000 | 1111 | 11 | 1000011 | 110111 |
Color Harmonies of #D9443D
Complementary color
Monochromatic Colors of #D9443D
Black with #D9443D
Text Example
Text Example
White with #D9443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9443D; }
p { color: rgb(217,68,61); }
H1.HeaderClassName
{
color: #D9443D;
}
.AnyTagClassName
{
color: #D9443D;
}
</style>
background-color css
<style>
a { background-color: #D9443D; }
a { background-color: rgb(217,68,61); }
div.DivClassName
{
background-color: #D9443D;
}
.BgClassName
{
background-color: #D9443D;
}
</style>
border-color css
<style>
span { border-color: #D9443D; }
span { border-color: rgb(217,68,61); }
td.TdClassName
{
border-color: #D9443D;
}
.TagClassName
{
border-color: #D9443D;
}
</style>