Shades of Cinnabar #D64738
Tints of Cinnabar #D64738
RGB
CMYK
RGB Variations
Color information
#D64738 (or 0xD64738) is known color: Cinnabar. HEX triplet: D6, 47 and 38. RGB value is (214,71,56). Sum of RGB (Red+Green+Blue) = 214+71+56=341 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.76% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 214 - color contains mainly: red. Hex color #D64738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64738 is #29B8C7. Grayscale: #707070. Windows color (decimal): -2734280 or 3688406. OLE color: 3688406.
HSL color Cylindrical-coordinate representation of color #D64738: hue angle of 5.7º 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 #D64738 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 71 | 56 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.16 |
| HSL | 5.7º | 0.66% | 0.53% | - |
| HSV(B) | 5.7º | 0.74% | 0.84% | - |
| XYZ | 30.7 | 19.09 | 5.81 | - |
| YUV | 112.05 | 96.38 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 71 | 56 | 0 | 0.67 | 0.74 | 0.16 | 5.7 | 0.66 | 0.53 |
| Hex | D6 | 47 | 38 | 0 | 43 | 4A | 10 | 6 | 42 | 35 |
| Octal | 326 | 107 | 70 | 0 | 103 | 112 | 20 | 6 | 102 | 65 |
| Binary | 11010110 | 1000111 | 111000 | 0 | 1000011 | 1001010 | 10000 | 110 | 1000010 | 110101 |
Color Harmonies of #D64738
Complementary color
Monochromatic Colors of #D64738
Black with #D64738
Text Example
Text Example
White with #D64738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64738; }
p { color: rgb(214,71,56); }
H1.HeaderClassName
{
color: #D64738;
}
.AnyTagClassName
{
color: #D64738;
}
</style>
background-color css
<style>
a { background-color: #D64738; }
a { background-color: rgb(214,71,56); }
div.DivClassName
{
background-color: #D64738;
}
.BgClassName
{
background-color: #D64738;
}
</style>
border-color css
<style>
span { border-color: #D64738; }
span { border-color: rgb(214,71,56); }
td.TdClassName
{
border-color: #D64738;
}
.TagClassName
{
border-color: #D64738;
}
</style>