Shades of Cinnabar #DA493F
Tints of Cinnabar #DA493F
RGB
CMYK
RGB Variations
Color information
#DA493F (or 0xDA493F) is known color: Cinnabar. HEX triplet: DA, 49 and 3F. RGB value is (218,73,63). Sum of RGB (Red+Green+Blue) = 218+73+63=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA493F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA493F is #25B6C0. Grayscale: #737373. Windows color (decimal): -2471617 or 4147674. OLE color: 4147674.
HSL color Cylindrical-coordinate representation of color #DA493F: hue angle of 3.87º 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 #DA493F is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 73 | 63 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.15 |
| HSL | 3.87º | 0.68% | 0.55% | - |
| HSV(B) | 3.87º | 0.71% | 0.85% | - |
| XYZ | 32.19 | 20.03 | 6.87 | - |
| YUV | 115.22 | 98.54 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 63 | 0 | 0.67 | 0.71 | 0.15 | 3.87 | 0.68 | 0.55 |
| Hex | DA | 49 | 3F | 0 | 43 | 47 | F | 4 | 44 | 37 |
| Octal | 332 | 111 | 77 | 0 | 103 | 107 | 17 | 4 | 104 | 67 |
| Binary | 11011010 | 1001001 | 111111 | 0 | 1000011 | 1000111 | 1111 | 100 | 1000100 | 110111 |
Color Harmonies of #DA493F
Complementary color
Monochromatic Colors of #DA493F
Black with #DA493F
Text Example
Text Example
White with #DA493F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA493F; }
p { color: rgb(218,73,63); }
H1.HeaderClassName
{
color: #DA493F;
}
.AnyTagClassName
{
color: #DA493F;
}
</style>
background-color css
<style>
a { background-color: #DA493F; }
a { background-color: rgb(218,73,63); }
div.DivClassName
{
background-color: #DA493F;
}
.BgClassName
{
background-color: #DA493F;
}
</style>
border-color css
<style>
span { border-color: #DA493F; }
span { border-color: rgb(218,73,63); }
td.TdClassName
{
border-color: #DA493F;
}
.TagClassName
{
border-color: #DA493F;
}
</style>