Shades of Cinnabar #D2443D
Tints of Cinnabar #D2443D
RGB
CMYK
RGB Variations
Color information
#D2443D (or 0xD2443D) is known color: Cinnabar. HEX triplet: D2, 44 and 3D. RGB value is (210,68,61). Sum of RGB (Red+Green+Blue) = 210+68+61=339 (44% of max value = 765). Red value is 210 (82.42% from 255 or 61.95% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 210 - color contains mainly: red. Hex color #D2443D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2443D is #2DBBC2. Grayscale: #6D6D6D. Windows color (decimal): -2997187 or 4015314. OLE color: 4015314.
HSL color Cylindrical-coordinate representation of color #D2443D: hue angle of 2.82º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2443D is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 68 | 61 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.18 |
| HSL | 2.82º | 0.62% | 0.53% | - |
| HSV(B) | 2.82º | 0.71% | 0.82% | - |
| XYZ | 29.49 | 18.17 | 6.37 | - |
| YUV | 109.66 | 100.54 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 68 | 61 | 0 | 0.68 | 0.71 | 0.18 | 2.82 | 0.62 | 0.53 |
| Hex | D2 | 44 | 3D | 0 | 44 | 47 | 12 | 3 | 3E | 35 |
| Octal | 322 | 104 | 75 | 0 | 104 | 107 | 22 | 3 | 76 | 65 |
| Binary | 11010010 | 1000100 | 111101 | 0 | 1000100 | 1000111 | 10010 | 11 | 111110 | 110101 |
Color Harmonies of #D2443D
Complementary color
Monochromatic Colors of #D2443D
Black with #D2443D
Text Example
Text Example
White with #D2443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2443D; }
p { color: rgb(210,68,61); }
H1.HeaderClassName
{
color: #D2443D;
}
.AnyTagClassName
{
color: #D2443D;
}
</style>
background-color css
<style>
a { background-color: #D2443D; }
a { background-color: rgb(210,68,61); }
div.DivClassName
{
background-color: #D2443D;
}
.BgClassName
{
background-color: #D2443D;
}
</style>
border-color css
<style>
span { border-color: #D2443D; }
span { border-color: rgb(210,68,61); }
td.TdClassName
{
border-color: #D2443D;
}
.TagClassName
{
border-color: #D2443D;
}
</style>