Shades of Cinnabar #D64137
Tints of Cinnabar #D64137
RGB
CMYK
RGB Variations
Color information
#D64137 (or 0xD64137) is known color: Cinnabar. HEX triplet: D6, 41 and 37. RGB value is (214,65,55). Sum of RGB (Red+Green+Blue) = 214+65+55=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 55 (21.88% from 255 or 16.47% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D64137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64137 is #29BEC8. Grayscale: #6C6C6C. Windows color (decimal): -2735817 or 3621334. OLE color: 3621334.
HSL color Cylindrical-coordinate representation of color #D64137: hue angle of 3.77º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D64137 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 65 | 55 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.16 |
| HSL | 3.77º | 0.66% | 0.53% | - |
| HSV(B) | 3.77º | 0.74% | 0.84% | - |
| XYZ | 30.31 | 18.35 | 5.56 | - |
| YUV | 108.41 | 97.86 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 65 | 55 | 0 | 0.70 | 0.74 | 0.16 | 3.77 | 0.66 | 0.53 |
| Hex | D6 | 41 | 37 | 0 | 46 | 4A | 10 | 4 | 42 | 35 |
| Octal | 326 | 101 | 67 | 0 | 106 | 112 | 20 | 4 | 102 | 65 |
| Binary | 11010110 | 1000001 | 110111 | 0 | 1000110 | 1001010 | 10000 | 100 | 1000010 | 110101 |
Color Harmonies of #D64137
Complementary color
Monochromatic Colors of #D64137
Black with #D64137
Text Example
Text Example
White with #D64137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64137; }
p { color: rgb(214,65,55); }
H1.HeaderClassName
{
color: #D64137;
}
.AnyTagClassName
{
color: #D64137;
}
</style>
background-color css
<style>
a { background-color: #D64137; }
a { background-color: rgb(214,65,55); }
div.DivClassName
{
background-color: #D64137;
}
.BgClassName
{
background-color: #D64137;
}
</style>
border-color css
<style>
span { border-color: #D64137; }
span { border-color: rgb(214,65,55); }
td.TdClassName
{
border-color: #D64137;
}
.TagClassName
{
border-color: #D64137;
}
</style>