Shades of Cinnabar #D64938
Tints of Cinnabar #D64938
RGB
CMYK
RGB Variations
Color information
#D64938 (or 0xD64938) is known color: Cinnabar. HEX triplet: D6, 49 and 38. RGB value is (214,73,56). Sum of RGB (Red+Green+Blue) = 214+73+56=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 56 (22.27% from 255 or 16.33% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D64938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64938 is #29B6C7. Grayscale: #717171. Windows color (decimal): -2733768 or 3688918. OLE color: 3688918.
HSL color Cylindrical-coordinate representation of color #D64938: hue angle of 6.46º 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 #D64938 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 73 | 56 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.16 |
| HSL | 6.46º | 0.66% | 0.53% | - |
| HSV(B) | 6.46º | 0.74% | 0.84% | - |
| XYZ | 30.83 | 19.35 | 5.85 | - |
| YUV | 113.22 | 95.71 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 73 | 56 | 0 | 0.66 | 0.74 | 0.16 | 6.46 | 0.66 | 0.53 |
| Hex | D6 | 49 | 38 | 0 | 42 | 4A | 10 | 6 | 42 | 35 |
| Octal | 326 | 111 | 70 | 0 | 102 | 112 | 20 | 6 | 102 | 65 |
| Binary | 11010110 | 1001001 | 111000 | 0 | 1000010 | 1001010 | 10000 | 110 | 1000010 | 110101 |
Color Harmonies of #D64938
Complementary color
Monochromatic Colors of #D64938
Black with #D64938
Text Example
Text Example
White with #D64938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64938; }
p { color: rgb(214,73,56); }
H1.HeaderClassName
{
color: #D64938;
}
.AnyTagClassName
{
color: #D64938;
}
</style>
background-color css
<style>
a { background-color: #D64938; }
a { background-color: rgb(214,73,56); }
div.DivClassName
{
background-color: #D64938;
}
.BgClassName
{
background-color: #D64938;
}
</style>
border-color css
<style>
span { border-color: #D64938; }
span { border-color: rgb(214,73,56); }
td.TdClassName
{
border-color: #D64938;
}
.TagClassName
{
border-color: #D64938;
}
</style>