Shades of Cinnabar #DA443E
Tints of Cinnabar #DA443E
RGB
CMYK
RGB Variations
Color information
#DA443E (or 0xDA443E) is known color: Cinnabar. HEX triplet: DA, 44 and 3E. RGB value is (218,68,62). Sum of RGB (Red+Green+Blue) = 218+68+62=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 62 (24.61% from 255 or 17.82% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA443E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA443E is #25BBC1. Grayscale: #707070. Windows color (decimal): -2472898 or 4080858. OLE color: 4080858.
HSL color Cylindrical-coordinate representation of color #DA443E: hue angle of 2.31º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA443E is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 68 | 62 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.15 |
| HSL | 2.31º | 0.68% | 0.55% | - |
| HSV(B) | 2.31º | 0.72% | 0.85% | - |
| XYZ | 31.85 | 19.39 | 6.62 | - |
| YUV | 112.17 | 99.7 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 68 | 62 | 0 | 0.69 | 0.72 | 0.15 | 2.31 | 0.68 | 0.55 |
| Hex | DA | 44 | 3E | 0 | 45 | 48 | F | 2 | 44 | 37 |
| Octal | 332 | 104 | 76 | 0 | 105 | 110 | 17 | 2 | 104 | 67 |
| Binary | 11011010 | 1000100 | 111110 | 0 | 1000101 | 1001000 | 1111 | 10 | 1000100 | 110111 |
Color Harmonies of #DA443E
Complementary color
Monochromatic Colors of #DA443E
Black with #DA443E
Text Example
Text Example
White with #DA443E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA443E; }
p { color: rgb(218,68,62); }
H1.HeaderClassName
{
color: #DA443E;
}
.AnyTagClassName
{
color: #DA443E;
}
</style>
background-color css
<style>
a { background-color: #DA443E; }
a { background-color: rgb(218,68,62); }
div.DivClassName
{
background-color: #DA443E;
}
.BgClassName
{
background-color: #DA443E;
}
</style>
border-color css
<style>
span { border-color: #DA443E; }
span { border-color: rgb(218,68,62); }
td.TdClassName
{
border-color: #DA443E;
}
.TagClassName
{
border-color: #DA443E;
}
</style>