Shades of Cinnabar #D14435
Tints of Cinnabar #D14435
RGB
CMYK
RGB Variations
Color information
#D14435 (or 0xD14435) is known color: Cinnabar. HEX triplet: D1, 44 and 35. RGB value is (209,68,53). Sum of RGB (Red+Green+Blue) = 209+68+53=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D14435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14435 is #2EBBCA. Grayscale: #6C6C6C. Windows color (decimal): -3062731 or 3491025. OLE color: 3491025.
HSL color Cylindrical-coordinate representation of color #D14435: hue angle of 5.77º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D14435 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 53 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.18 |
| HSL | 5.77º | 0.63% | 0.51% | - |
| HSV(B) | 5.77º | 0.75% | 0.82% | - |
| XYZ | 29 | 17.95 | 5.3 | - |
| YUV | 108.45 | 96.71 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 53 | 0 | 0.67 | 0.75 | 0.18 | 5.77 | 0.63 | 0.51 |
| Hex | D1 | 44 | 35 | 0 | 43 | 4B | 12 | 6 | 3F | 33 |
| Octal | 321 | 104 | 65 | 0 | 103 | 113 | 22 | 6 | 77 | 63 |
| Binary | 11010001 | 1000100 | 110101 | 0 | 1000011 | 1001011 | 10010 | 110 | 111111 | 110011 |
Color Harmonies of #D14435
Complementary color
Monochromatic Colors of #D14435
Black with #D14435
Text Example
Text Example
White with #D14435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14435; }
p { color: rgb(209,68,53); }
H1.HeaderClassName
{
color: #D14435;
}
.AnyTagClassName
{
color: #D14435;
}
</style>
background-color css
<style>
a { background-color: #D14435; }
a { background-color: rgb(209,68,53); }
div.DivClassName
{
background-color: #D14435;
}
.BgClassName
{
background-color: #D14435;
}
</style>
border-color css
<style>
span { border-color: #D14435; }
span { border-color: rgb(209,68,53); }
td.TdClassName
{
border-color: #D14435;
}
.TagClassName
{
border-color: #D14435;
}
</style>