Shades of Cinnabar #D64131
Tints of Cinnabar #D64131
RGB
CMYK
RGB Variations
Color information
#D64131 (or 0xD64131) is known color: Cinnabar. HEX triplet: D6, 41 and 31. RGB value is (214,65,49). Sum of RGB (Red+Green+Blue) = 214+65+49=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D64131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64131 is #29BECE. Grayscale: #6B6B6B. Windows color (decimal): -2735823 or 3228118. OLE color: 3228118.
HSL color Cylindrical-coordinate representation of color #D64131: hue angle of 5.82º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D64131 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 65 | 49 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.16 |
| HSL | 5.82º | 0.67% | 0.52% | - |
| HSV(B) | 5.82º | 0.77% | 0.84% | - |
| XYZ | 30.18 | 18.3 | 4.85 | - |
| YUV | 107.73 | 94.86 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 65 | 49 | 0 | 0.70 | 0.77 | 0.16 | 5.82 | 0.67 | 0.52 |
| Hex | D6 | 41 | 31 | 0 | 46 | 4D | 10 | 6 | 43 | 34 |
| Octal | 326 | 101 | 61 | 0 | 106 | 115 | 20 | 6 | 103 | 64 |
| Binary | 11010110 | 1000001 | 110001 | 0 | 1000110 | 1001101 | 10000 | 110 | 1000011 | 110100 |
Color Harmonies of #D64131
Complementary color
Monochromatic Colors of #D64131
Black with #D64131
Text Example
Text Example
White with #D64131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64131; }
p { color: rgb(214,65,49); }
H1.HeaderClassName
{
color: #D64131;
}
.AnyTagClassName
{
color: #D64131;
}
</style>
background-color css
<style>
a { background-color: #D64131; }
a { background-color: rgb(214,65,49); }
div.DivClassName
{
background-color: #D64131;
}
.BgClassName
{
background-color: #D64131;
}
</style>
border-color css
<style>
span { border-color: #D64131; }
span { border-color: rgb(214,65,49); }
td.TdClassName
{
border-color: #D64131;
}
.TagClassName
{
border-color: #D64131;
}
</style>