Shades of Cinnabar #DA4D3F
Tints of Cinnabar #DA4D3F
RGB
CMYK
RGB Variations
Color information
#DA4D3F (or 0xDA4D3F) is known color: Cinnabar. HEX triplet: DA, 4D and 3F. RGB value is (218,77,63). Sum of RGB (Red+Green+Blue) = 218+77+63=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4D3F is #25B2C0. Grayscale: #757575. Windows color (decimal): -2470593 or 4148698. OLE color: 4148698.
HSL color Cylindrical-coordinate representation of color #DA4D3F: hue angle of 5.42º 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 #DA4D3F is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 77 | 63 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.15 |
| HSL | 5.42º | 0.68% | 0.55% | - |
| HSV(B) | 5.42º | 0.71% | 0.85% | - |
| XYZ | 32.46 | 20.57 | 6.96 | - |
| YUV | 117.56 | 97.21 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 63 | 0 | 0.65 | 0.71 | 0.15 | 5.42 | 0.68 | 0.55 |
| Hex | DA | 4D | 3F | 0 | 41 | 47 | F | 5 | 44 | 37 |
| Octal | 332 | 115 | 77 | 0 | 101 | 107 | 17 | 5 | 104 | 67 |
| Binary | 11011010 | 1001101 | 111111 | 0 | 1000001 | 1000111 | 1111 | 101 | 1000100 | 110111 |
Color Harmonies of #DA4D3F
Complementary color
Monochromatic Colors of #DA4D3F
Black with #DA4D3F
Text Example
Text Example
White with #DA4D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4D3F; }
p { color: rgb(218,77,63); }
H1.HeaderClassName
{
color: #DA4D3F;
}
.AnyTagClassName
{
color: #DA4D3F;
}
</style>
background-color css
<style>
a { background-color: #DA4D3F; }
a { background-color: rgb(218,77,63); }
div.DivClassName
{
background-color: #DA4D3F;
}
.BgClassName
{
background-color: #DA4D3F;
}
</style>
border-color css
<style>
span { border-color: #DA4D3F; }
span { border-color: rgb(218,77,63); }
td.TdClassName
{
border-color: #DA4D3F;
}
.TagClassName
{
border-color: #DA4D3F;
}
</style>