Shades of Cinnabar #D64B3A
Tints of Cinnabar #D64B3A
RGB
CMYK
RGB Variations
Color information
#D64B3A (or 0xD64B3A) is known color: Cinnabar. HEX triplet: D6, 4B and 3A. RGB value is (214,75,58). Sum of RGB (Red+Green+Blue) = 214+75+58=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64B3A is #29B4C5. Grayscale: #727272. Windows color (decimal): -2733254 or 3820502. OLE color: 3820502.
HSL color Cylindrical-coordinate representation of color #D64B3A: hue angle of 6.54º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D64B3A is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 75 | 58 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.16 |
| HSL | 6.54º | 0.66% | 0.53% | - |
| HSV(B) | 6.54º | 0.73% | 0.84% | - |
| XYZ | 31.01 | 19.63 | 6.16 | - |
| YUV | 114.62 | 96.05 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 58 | 0 | 0.65 | 0.73 | 0.16 | 6.54 | 0.66 | 0.53 |
| Hex | D6 | 4B | 3A | 0 | 41 | 49 | 10 | 7 | 42 | 35 |
| Octal | 326 | 113 | 72 | 0 | 101 | 111 | 20 | 7 | 102 | 65 |
| Binary | 11010110 | 1001011 | 111010 | 0 | 1000001 | 1001001 | 10000 | 111 | 1000010 | 110101 |
Color Harmonies of #D64B3A
Complementary color
Monochromatic Colors of #D64B3A
Black with #D64B3A
Text Example
Text Example
White with #D64B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64B3A; }
p { color: rgb(214,75,58); }
H1.HeaderClassName
{
color: #D64B3A;
}
.AnyTagClassName
{
color: #D64B3A;
}
</style>
background-color css
<style>
a { background-color: #D64B3A; }
a { background-color: rgb(214,75,58); }
div.DivClassName
{
background-color: #D64B3A;
}
.BgClassName
{
background-color: #D64B3A;
}
</style>
border-color css
<style>
span { border-color: #D64B3A; }
span { border-color: rgb(214,75,58); }
td.TdClassName
{
border-color: #D64B3A;
}
.TagClassName
{
border-color: #D64B3A;
}
</style>