Shades of Cinnabar #DA4941
Tints of Cinnabar #DA4941
RGB
CMYK
RGB Variations
Color information
#DA4941 (or 0xDA4941) is known color: Cinnabar. HEX triplet: DA, 49 and 41. RGB value is (218,73,65). Sum of RGB (Red+Green+Blue) = 218+73+65=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4941 is #25B6BE. Grayscale: #737373. Windows color (decimal): -2471615 or 4278746. OLE color: 4278746.
HSL color Cylindrical-coordinate representation of color #DA4941: hue angle of 3.14º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA4941 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 73 | 65 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.15 |
| HSL | 3.14º | 0.67% | 0.55% | - |
| HSV(B) | 3.14º | 0.7% | 0.85% | - |
| XYZ | 32.25 | 20.05 | 7.17 | - |
| YUV | 115.44 | 99.54 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 65 | 0 | 0.67 | 0.70 | 0.15 | 3.14 | 0.67 | 0.55 |
| Hex | DA | 49 | 41 | 0 | 43 | 46 | F | 3 | 43 | 37 |
| Octal | 332 | 111 | 101 | 0 | 103 | 106 | 17 | 3 | 103 | 67 |
| Binary | 11011010 | 1001001 | 1000001 | 0 | 1000011 | 1000110 | 1111 | 11 | 1000011 | 110111 |
Color Harmonies of #DA4941
Complementary color
Monochromatic Colors of #DA4941
Black with #DA4941
Text Example
Text Example
White with #DA4941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4941; }
p { color: rgb(218,73,65); }
H1.HeaderClassName
{
color: #DA4941;
}
.AnyTagClassName
{
color: #DA4941;
}
</style>
background-color css
<style>
a { background-color: #DA4941; }
a { background-color: rgb(218,73,65); }
div.DivClassName
{
background-color: #DA4941;
}
.BgClassName
{
background-color: #DA4941;
}
</style>
border-color css
<style>
span { border-color: #DA4941; }
span { border-color: rgb(218,73,65); }
td.TdClassName
{
border-color: #DA4941;
}
.TagClassName
{
border-color: #DA4941;
}
</style>