Shades of Cinnabar #DA4640
Tints of Cinnabar #DA4640
RGB
CMYK
RGB Variations
Color information
#DA4640 (or 0xDA4640) is known color: Cinnabar. HEX triplet: DA, 46 and 40. RGB value is (218,70,64). Sum of RGB (Red+Green+Blue) = 218+70+64=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4640 is #25B9BF. Grayscale: #717171. Windows color (decimal): -2472384 or 4212442. OLE color: 4212442.
HSL color Cylindrical-coordinate representation of color #DA4640: hue angle of 2.34º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA4640 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 70 | 64 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.15 |
| HSL | 2.34º | 0.68% | 0.55% | - |
| HSV(B) | 2.34º | 0.71% | 0.85% | - |
| XYZ | 32.03 | 19.66 | 6.96 | - |
| YUV | 113.57 | 100.03 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 70 | 64 | 0 | 0.68 | 0.71 | 0.15 | 2.34 | 0.68 | 0.55 |
| Hex | DA | 46 | 40 | 0 | 44 | 47 | F | 2 | 44 | 37 |
| Octal | 332 | 106 | 100 | 0 | 104 | 107 | 17 | 2 | 104 | 67 |
| Binary | 11011010 | 1000110 | 1000000 | 0 | 1000100 | 1000111 | 1111 | 10 | 1000100 | 110111 |
Color Harmonies of #DA4640
Complementary color
Monochromatic Colors of #DA4640
Black with #DA4640
Text Example
Text Example
White with #DA4640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4640; }
p { color: rgb(218,70,64); }
H1.HeaderClassName
{
color: #DA4640;
}
.AnyTagClassName
{
color: #DA4640;
}
</style>
background-color css
<style>
a { background-color: #DA4640; }
a { background-color: rgb(218,70,64); }
div.DivClassName
{
background-color: #DA4640;
}
.BgClassName
{
background-color: #DA4640;
}
</style>
border-color css
<style>
span { border-color: #DA4640; }
span { border-color: rgb(218,70,64); }
td.TdClassName
{
border-color: #DA4640;
}
.TagClassName
{
border-color: #DA4640;
}
</style>