Shades of Cinnabar #D1443A
Tints of Cinnabar #D1443A
RGB
CMYK
RGB Variations
Color information
#D1443A (or 0xD1443A) is known color: Cinnabar. HEX triplet: D1, 44 and 3A. RGB value is (209,68,58). Sum of RGB (Red+Green+Blue) = 209+68+58=335 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.39% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 209 - color contains mainly: red. Hex color #D1443A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1443A is #2EBBC5. Grayscale: #6D6D6D. Windows color (decimal): -3062726 or 3818705. OLE color: 3818705.
HSL color Cylindrical-coordinate representation of color #D1443A: hue angle of 3.97º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1443A is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 58 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.18 |
| HSL | 3.97º | 0.62% | 0.52% | - |
| HSV(B) | 3.97º | 0.72% | 0.82% | - |
| XYZ | 29.13 | 18 | 5.94 | - |
| YUV | 109.02 | 99.21 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 58 | 0 | 0.67 | 0.72 | 0.18 | 3.97 | 0.62 | 0.52 |
| Hex | D1 | 44 | 3A | 0 | 43 | 48 | 12 | 4 | 3E | 34 |
| Octal | 321 | 104 | 72 | 0 | 103 | 110 | 22 | 4 | 76 | 64 |
| Binary | 11010001 | 1000100 | 111010 | 0 | 1000011 | 1001000 | 10010 | 100 | 111110 | 110100 |
Color Harmonies of #D1443A
Complementary color
Monochromatic Colors of #D1443A
Black with #D1443A
Text Example
Text Example
White with #D1443A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1443A; }
p { color: rgb(209,68,58); }
H1.HeaderClassName
{
color: #D1443A;
}
.AnyTagClassName
{
color: #D1443A;
}
</style>
background-color css
<style>
a { background-color: #D1443A; }
a { background-color: rgb(209,68,58); }
div.DivClassName
{
background-color: #D1443A;
}
.BgClassName
{
background-color: #D1443A;
}
</style>
border-color css
<style>
span { border-color: #D1443A; }
span { border-color: rgb(209,68,58); }
td.TdClassName
{
border-color: #D1443A;
}
.TagClassName
{
border-color: #D1443A;
}
</style>