Shades of Cinnabar #DA443B
Tints of Cinnabar #DA443B
RGB
CMYK
RGB Variations
Color information
#DA443B (or 0xDA443B) is known color: Cinnabar. HEX triplet: DA, 44 and 3B. RGB value is (218,68,59). Sum of RGB (Red+Green+Blue) = 218+68+59=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA443B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA443B is #25BBC4. Grayscale: #707070. Windows color (decimal): -2472901 or 3884250. OLE color: 3884250.
HSL color Cylindrical-coordinate representation of color #DA443B: hue angle of 3.4º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA443B is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 68 | 59 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.15 |
| HSL | 3.4º | 0.68% | 0.54% | - |
| HSV(B) | 3.4º | 0.73% | 0.85% | - |
| XYZ | 31.77 | 19.36 | 6.2 | - |
| YUV | 111.82 | 98.2 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 68 | 59 | 0 | 0.69 | 0.73 | 0.15 | 3.4 | 0.68 | 0.54 |
| Hex | DA | 44 | 3B | 0 | 45 | 49 | F | 3 | 44 | 36 |
| Octal | 332 | 104 | 73 | 0 | 105 | 111 | 17 | 3 | 104 | 66 |
| Binary | 11011010 | 1000100 | 111011 | 0 | 1000101 | 1001001 | 1111 | 11 | 1000100 | 110110 |
Color Harmonies of #DA443B
Complementary color
Monochromatic Colors of #DA443B
Black with #DA443B
Text Example
Text Example
White with #DA443B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA443B; }
p { color: rgb(218,68,59); }
H1.HeaderClassName
{
color: #DA443B;
}
.AnyTagClassName
{
color: #DA443B;
}
</style>
background-color css
<style>
a { background-color: #DA443B; }
a { background-color: rgb(218,68,59); }
div.DivClassName
{
background-color: #DA443B;
}
.BgClassName
{
background-color: #DA443B;
}
</style>
border-color css
<style>
span { border-color: #DA443B; }
span { border-color: rgb(218,68,59); }
td.TdClassName
{
border-color: #DA443B;
}
.TagClassName
{
border-color: #DA443B;
}
</style>