Shades of Cinnabar #DA482D
Tints of Cinnabar #DA482D
RGB
CMYK
RGB Variations
Color information
#DA482D (or 0xDA482D) is known color: Cinnabar. HEX triplet: DA, 48 and 2D. RGB value is (218,72,45). Sum of RGB (Red+Green+Blue) = 218+72+45=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA482D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA482D is #25B7D2. Grayscale: #707070. Windows color (decimal): -2471891 or 2967770. OLE color: 2967770.
HSL color Cylindrical-coordinate representation of color #DA482D: hue angle of 9.36º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA482D is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 72 | 45 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.15 |
| HSL | 9.36º | 0.7% | 0.52% | - |
| HSV(B) | 9.36º | 0.79% | 0.85% | - |
| XYZ | 31.7 | 19.73 | 4.62 | - |
| YUV | 112.58 | 89.87 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 72 | 45 | 0 | 0.67 | 0.79 | 0.15 | 9.36 | 0.7 | 0.52 |
| Hex | DA | 48 | 2D | 0 | 43 | 4F | F | 9 | 46 | 34 |
| Octal | 332 | 110 | 55 | 0 | 103 | 117 | 17 | 11 | 106 | 64 |
| Binary | 11011010 | 1001000 | 101101 | 0 | 1000011 | 1001111 | 1111 | 1001 | 1000110 | 110100 |
Color Harmonies of #DA482D
Complementary color
Monochromatic Colors of #DA482D
Black with #DA482D
Text Example
Text Example
White with #DA482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA482D; }
p { color: rgb(218,72,45); }
H1.HeaderClassName
{
color: #DA482D;
}
.AnyTagClassName
{
color: #DA482D;
}
</style>
background-color css
<style>
a { background-color: #DA482D; }
a { background-color: rgb(218,72,45); }
div.DivClassName
{
background-color: #DA482D;
}
.BgClassName
{
background-color: #DA482D;
}
</style>
border-color css
<style>
span { border-color: #DA482D; }
span { border-color: rgb(218,72,45); }
td.TdClassName
{
border-color: #DA482D;
}
.TagClassName
{
border-color: #DA482D;
}
</style>