Shades of Cinnabar #DA3B3A
Tints of Cinnabar #DA3B3A
RGB
CMYK
RGB Variations
Color information
#DA3B3A (or 0xDA3B3A) is known color: Cinnabar. HEX triplet: DA, 3B and 3A. RGB value is (218,59,58). Sum of RGB (Red+Green+Blue) = 218+59+58=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3B3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3B3A is #25C4C5. Grayscale: #6A6A6A. Windows color (decimal): -2475206 or 3816410. OLE color: 3816410.
HSL color Cylindrical-coordinate representation of color #DA3B3A: hue angle of 0.38º 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 #DA3B3A is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 59 | 58 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.15 |
| HSL | 0.38º | 0.68% | 0.54% | - |
| HSV(B) | 0.38º | 0.73% | 0.85% | - |
| XYZ | 31.24 | 18.34 | 5.9 | - |
| YUV | 106.43 | 100.68 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 59 | 58 | 0 | 0.73 | 0.73 | 0.15 | 0.38 | 0.68 | 0.54 |
| Hex | DA | 3B | 3A | 0 | 49 | 49 | F | 0 | 44 | 36 |
| Octal | 332 | 73 | 72 | 0 | 111 | 111 | 17 | 0 | 104 | 66 |
| Binary | 11011010 | 111011 | 111010 | 0 | 1001001 | 1001001 | 1111 | 0 | 1000100 | 110110 |
Color Harmonies of #DA3B3A
Complementary color
Monochromatic Colors of #DA3B3A
Black with #DA3B3A
Text Example
Text Example
White with #DA3B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3B3A; }
p { color: rgb(218,59,58); }
H1.HeaderClassName
{
color: #DA3B3A;
}
.AnyTagClassName
{
color: #DA3B3A;
}
</style>
background-color css
<style>
a { background-color: #DA3B3A; }
a { background-color: rgb(218,59,58); }
div.DivClassName
{
background-color: #DA3B3A;
}
.BgClassName
{
background-color: #DA3B3A;
}
</style>
border-color css
<style>
span { border-color: #DA3B3A; }
span { border-color: rgb(218,59,58); }
td.TdClassName
{
border-color: #DA3B3A;
}
.TagClassName
{
border-color: #DA3B3A;
}
</style>