Shades of Cinnabar #D64A32
Tints of Cinnabar #D64A32
RGB
CMYK
RGB Variations
Color information
#D64A32 (or 0xD64A32) is known color: Cinnabar. HEX triplet: D6, 4A and 32. RGB value is (214,74,50). Sum of RGB (Red+Green+Blue) = 214+74+50=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64A32 is #29B5CD. Grayscale: #717171. Windows color (decimal): -2733518 or 3295958. OLE color: 3295958.
HSL color Cylindrical-coordinate representation of color #D64A32: hue angle of 8.78º 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 #D64A32 is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 50 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.16 |
| HSL | 8.78º | 0.67% | 0.52% | - |
| HSV(B) | 8.78º | 0.77% | 0.84% | - |
| XYZ | 30.76 | 19.42 | 5.15 | - |
| YUV | 113.12 | 92.38 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 50 | 0 | 0.65 | 0.77 | 0.16 | 8.78 | 0.67 | 0.52 |
| Hex | D6 | 4A | 32 | 0 | 41 | 4D | 10 | 9 | 43 | 34 |
| Octal | 326 | 112 | 62 | 0 | 101 | 115 | 20 | 11 | 103 | 64 |
| Binary | 11010110 | 1001010 | 110010 | 0 | 1000001 | 1001101 | 10000 | 1001 | 1000011 | 110100 |
Color Harmonies of #D64A32
Complementary color
Monochromatic Colors of #D64A32
Black with #D64A32
Text Example
Text Example
White with #D64A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64A32; }
p { color: rgb(214,74,50); }
H1.HeaderClassName
{
color: #D64A32;
}
.AnyTagClassName
{
color: #D64A32;
}
</style>
background-color css
<style>
a { background-color: #D64A32; }
a { background-color: rgb(214,74,50); }
div.DivClassName
{
background-color: #D64A32;
}
.BgClassName
{
background-color: #D64A32;
}
</style>
border-color css
<style>
span { border-color: #D64A32; }
span { border-color: rgb(214,74,50); }
td.TdClassName
{
border-color: #D64A32;
}
.TagClassName
{
border-color: #D64A32;
}
</style>