Shades of Cinnabar #D64430
Tints of Cinnabar #D64430
RGB
CMYK
RGB Variations
Color information
#D64430 (or 0xD64430) is known color: Cinnabar. HEX triplet: D6, 44 and 30. RGB value is (214,68,48). Sum of RGB (Red+Green+Blue) = 214+68+48=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D64430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64430 is #29BBCF. Grayscale: #6D6D6D. Windows color (decimal): -2735056 or 3163350. OLE color: 3163350.
HSL color Cylindrical-coordinate representation of color #D64430: hue angle of 7.23º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D64430 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 68 | 48 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.16 |
| HSL | 7.23º | 0.67% | 0.51% | - |
| HSV(B) | 7.23º | 0.78% | 0.84% | - |
| XYZ | 30.33 | 18.64 | 4.8 | - |
| YUV | 109.37 | 93.37 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 68 | 48 | 0 | 0.68 | 0.78 | 0.16 | 7.23 | 0.67 | 0.51 |
| Hex | D6 | 44 | 30 | 0 | 44 | 4E | 10 | 7 | 43 | 33 |
| Octal | 326 | 104 | 60 | 0 | 104 | 116 | 20 | 7 | 103 | 63 |
| Binary | 11010110 | 1000100 | 110000 | 0 | 1000100 | 1001110 | 10000 | 111 | 1000011 | 110011 |
Color Harmonies of #D64430
Complementary color
Monochromatic Colors of #D64430
Black with #D64430
Text Example
Text Example
White with #D64430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64430; }
p { color: rgb(214,68,48); }
H1.HeaderClassName
{
color: #D64430;
}
.AnyTagClassName
{
color: #D64430;
}
</style>
background-color css
<style>
a { background-color: #D64430; }
a { background-color: rgb(214,68,48); }
div.DivClassName
{
background-color: #D64430;
}
.BgClassName
{
background-color: #D64430;
}
</style>
border-color css
<style>
span { border-color: #D64430; }
span { border-color: rgb(214,68,48); }
td.TdClassName
{
border-color: #D64430;
}
.TagClassName
{
border-color: #D64430;
}
</style>