Shades of Cinnabar #DA4D3C
Tints of Cinnabar #DA4D3C
RGB
CMYK
RGB Variations
Color information
#DA4D3C (or 0xDA4D3C) is known color: Cinnabar. HEX triplet: DA, 4D and 3C. RGB value is (218,77,60). Sum of RGB (Red+Green+Blue) = 218+77+60=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4D3C is #25B2C3. Grayscale: #757575. Windows color (decimal): -2470596 or 3952090. OLE color: 3952090.
HSL color Cylindrical-coordinate representation of color #DA4D3C: hue angle of 6.46º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA4D3C is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 77 | 60 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.15 |
| HSL | 6.46º | 0.68% | 0.55% | - |
| HSV(B) | 6.46º | 0.72% | 0.85% | - |
| XYZ | 32.38 | 20.54 | 6.53 | - |
| YUV | 117.22 | 95.71 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 60 | 0 | 0.65 | 0.72 | 0.15 | 6.46 | 0.68 | 0.55 |
| Hex | DA | 4D | 3C | 0 | 41 | 48 | F | 6 | 44 | 37 |
| Octal | 332 | 115 | 74 | 0 | 101 | 110 | 17 | 6 | 104 | 67 |
| Binary | 11011010 | 1001101 | 111100 | 0 | 1000001 | 1001000 | 1111 | 110 | 1000100 | 110111 |
Color Harmonies of #DA4D3C
Complementary color
Monochromatic Colors of #DA4D3C
Black with #DA4D3C
Text Example
Text Example
White with #DA4D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4D3C; }
p { color: rgb(218,77,60); }
H1.HeaderClassName
{
color: #DA4D3C;
}
.AnyTagClassName
{
color: #DA4D3C;
}
</style>
background-color css
<style>
a { background-color: #DA4D3C; }
a { background-color: rgb(218,77,60); }
div.DivClassName
{
background-color: #DA4D3C;
}
.BgClassName
{
background-color: #DA4D3C;
}
</style>
border-color css
<style>
span { border-color: #DA4D3C; }
span { border-color: rgb(218,77,60); }
td.TdClassName
{
border-color: #DA4D3C;
}
.TagClassName
{
border-color: #DA4D3C;
}
</style>