Shades of Cinnabar #D64422
Tints of Cinnabar #D64422
RGB
CMYK
RGB Variations
Color information
#D64422 (or 0xD64422) is known color: Cinnabar. HEX triplet: D6, 44 and 22. RGB value is (214,68,34). Sum of RGB (Red+Green+Blue) = 214+68+34=316 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.72% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 34 (13.67% from 255 or 10.76% from 316); Max value from RGB is 214 - color contains mainly: red. Hex color #D64422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64422 is #29BBDD. Grayscale: #6C6C6C. Windows color (decimal): -2735070 or 2245846. OLE color: 2245846.
HSL color Cylindrical-coordinate representation of color #D64422: hue angle of 11.33º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D64422 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 68 | 34 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.16 |
| HSL | 11.33º | 0.73% | 0.49% | - |
| HSV(B) | 11.33º | 0.84% | 0.84% | - |
| XYZ | 30.09 | 18.55 | 3.51 | - |
| YUV | 107.78 | 86.37 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 68 | 34 | 0 | 0.68 | 0.84 | 0.16 | 11.33 | 0.73 | 0.49 |
| Hex | D6 | 44 | 22 | 0 | 44 | 54 | 10 | B | 49 | 31 |
| Octal | 326 | 104 | 42 | 0 | 104 | 124 | 20 | 13 | 111 | 61 |
| Binary | 11010110 | 1000100 | 100010 | 0 | 1000100 | 1010100 | 10000 | 1011 | 1001001 | 110001 |
Color Harmonies of #D64422
Complementary color
Monochromatic Colors of #D64422
Black with #D64422
Text Example
Text Example
White with #D64422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64422; }
p { color: rgb(214,68,34); }
H1.HeaderClassName
{
color: #D64422;
}
.AnyTagClassName
{
color: #D64422;
}
</style>
background-color css
<style>
a { background-color: #D64422; }
a { background-color: rgb(214,68,34); }
div.DivClassName
{
background-color: #D64422;
}
.BgClassName
{
background-color: #D64422;
}
</style>
border-color css
<style>
span { border-color: #D64422; }
span { border-color: rgb(214,68,34); }
td.TdClassName
{
border-color: #D64422;
}
.TagClassName
{
border-color: #D64422;
}
</style>