Shades of Cinnabar #D64B31
Tints of Cinnabar #D64B31
RGB
CMYK
RGB Variations
Color information
#D64B31 (or 0xD64B31) is known color: Cinnabar. HEX triplet: D6, 4B and 31. RGB value is (214,75,49). Sum of RGB (Red+Green+Blue) = 214+75+49=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64B31 is #29B4CE. Grayscale: #717171. Windows color (decimal): -2733263 or 3230678. OLE color: 3230678.
HSL color Cylindrical-coordinate representation of color #D64B31: hue angle of 9.45º 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 #D64B31 is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 75 | 49 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.16 |
| HSL | 9.45º | 0.67% | 0.52% | - |
| HSV(B) | 9.45º | 0.77% | 0.84% | - |
| XYZ | 30.8 | 19.55 | 5.06 | - |
| YUV | 113.6 | 91.55 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 49 | 0 | 0.65 | 0.77 | 0.16 | 9.45 | 0.67 | 0.52 |
| Hex | D6 | 4B | 31 | 0 | 41 | 4D | 10 | 9 | 43 | 34 |
| Octal | 326 | 113 | 61 | 0 | 101 | 115 | 20 | 11 | 103 | 64 |
| Binary | 11010110 | 1001011 | 110001 | 0 | 1000001 | 1001101 | 10000 | 1001 | 1000011 | 110100 |
Color Harmonies of #D64B31
Complementary color
Monochromatic Colors of #D64B31
Black with #D64B31
Text Example
Text Example
White with #D64B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64B31; }
p { color: rgb(214,75,49); }
H1.HeaderClassName
{
color: #D64B31;
}
.AnyTagClassName
{
color: #D64B31;
}
</style>
background-color css
<style>
a { background-color: #D64B31; }
a { background-color: rgb(214,75,49); }
div.DivClassName
{
background-color: #D64B31;
}
.BgClassName
{
background-color: #D64B31;
}
</style>
border-color css
<style>
span { border-color: #D64B31; }
span { border-color: rgb(214,75,49); }
td.TdClassName
{
border-color: #D64B31;
}
.TagClassName
{
border-color: #D64B31;
}
</style>