Shades of Cinnabar #DA4D3D
Tints of Cinnabar #DA4D3D
RGB
CMYK
RGB Variations
Color information
#DA4D3D (or 0xDA4D3D) is known color: Cinnabar. HEX triplet: DA, 4D and 3D. RGB value is (218,77,61). Sum of RGB (Red+Green+Blue) = 218+77+61=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4D3D is #25B2C2. Grayscale: #757575. Windows color (decimal): -2470595 or 4017626. OLE color: 4017626.
HSL color Cylindrical-coordinate representation of color #DA4D3D: hue angle of 6.11º 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 #DA4D3D is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 77 | 61 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.15 |
| HSL | 6.11º | 0.68% | 0.55% | - |
| HSV(B) | 6.11º | 0.72% | 0.85% | - |
| XYZ | 32.41 | 20.55 | 6.67 | - |
| YUV | 117.34 | 96.21 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 61 | 0 | 0.65 | 0.72 | 0.15 | 6.11 | 0.68 | 0.55 |
| Hex | DA | 4D | 3D | 0 | 41 | 48 | F | 6 | 44 | 37 |
| Octal | 332 | 115 | 75 | 0 | 101 | 110 | 17 | 6 | 104 | 67 |
| Binary | 11011010 | 1001101 | 111101 | 0 | 1000001 | 1001000 | 1111 | 110 | 1000100 | 110111 |
Color Harmonies of #DA4D3D
Complementary color
Monochromatic Colors of #DA4D3D
Black with #DA4D3D
Text Example
Text Example
White with #DA4D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4D3D; }
p { color: rgb(218,77,61); }
H1.HeaderClassName
{
color: #DA4D3D;
}
.AnyTagClassName
{
color: #DA4D3D;
}
</style>
background-color css
<style>
a { background-color: #DA4D3D; }
a { background-color: rgb(218,77,61); }
div.DivClassName
{
background-color: #DA4D3D;
}
.BgClassName
{
background-color: #DA4D3D;
}
</style>
border-color css
<style>
span { border-color: #DA4D3D; }
span { border-color: rgb(218,77,61); }
td.TdClassName
{
border-color: #DA4D3D;
}
.TagClassName
{
border-color: #DA4D3D;
}
</style>