Shades of Cinnabar #DA4D3E
Tints of Cinnabar #DA4D3E
RGB
CMYK
RGB Variations
Color information
#DA4D3E (or 0xDA4D3E) is known color: Cinnabar. HEX triplet: DA, 4D and 3E. RGB value is (218,77,62). Sum of RGB (Red+Green+Blue) = 218+77+62=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 62 (24.61% from 255 or 17.37% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4D3E is #25B2C1. Grayscale: #757575. Windows color (decimal): -2470594 or 4083162. OLE color: 4083162.
HSL color Cylindrical-coordinate representation of color #DA4D3E: hue angle of 5.77º 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 #DA4D3E is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 77 | 62 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.15 |
| HSL | 5.77º | 0.68% | 0.55% | - |
| HSV(B) | 5.77º | 0.72% | 0.85% | - |
| XYZ | 32.44 | 20.56 | 6.82 | - |
| YUV | 117.45 | 96.71 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 62 | 0 | 0.65 | 0.72 | 0.15 | 5.77 | 0.68 | 0.55 |
| Hex | DA | 4D | 3E | 0 | 41 | 48 | F | 6 | 44 | 37 |
| Octal | 332 | 115 | 76 | 0 | 101 | 110 | 17 | 6 | 104 | 67 |
| Binary | 11011010 | 1001101 | 111110 | 0 | 1000001 | 1001000 | 1111 | 110 | 1000100 | 110111 |
Color Harmonies of #DA4D3E
Complementary color
Monochromatic Colors of #DA4D3E
Black with #DA4D3E
Text Example
Text Example
White with #DA4D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4D3E; }
p { color: rgb(218,77,62); }
H1.HeaderClassName
{
color: #DA4D3E;
}
.AnyTagClassName
{
color: #DA4D3E;
}
</style>
background-color css
<style>
a { background-color: #DA4D3E; }
a { background-color: rgb(218,77,62); }
div.DivClassName
{
background-color: #DA4D3E;
}
.BgClassName
{
background-color: #DA4D3E;
}
</style>
border-color css
<style>
span { border-color: #DA4D3E; }
span { border-color: rgb(218,77,62); }
td.TdClassName
{
border-color: #DA4D3E;
}
.TagClassName
{
border-color: #DA4D3E;
}
</style>