Shades of Cinnabar #DA483B
Tints of Cinnabar #DA483B
RGB
CMYK
RGB Variations
Color information
#DA483B (or 0xDA483B) is known color: Cinnabar. HEX triplet: DA, 48 and 3B. RGB value is (218,72,59). Sum of RGB (Red+Green+Blue) = 218+72+59=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA483B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA483B is #25B7C4. Grayscale: #727272. Windows color (decimal): -2471877 or 3885274. OLE color: 3885274.
HSL color Cylindrical-coordinate representation of color #DA483B: hue angle of 4.91º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA483B is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 72 | 59 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.15 |
| HSL | 4.91º | 0.68% | 0.54% | - |
| HSV(B) | 4.91º | 0.73% | 0.85% | - |
| XYZ | 32.02 | 19.86 | 6.28 | - |
| YUV | 114.17 | 96.87 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 72 | 59 | 0 | 0.67 | 0.73 | 0.15 | 4.91 | 0.68 | 0.54 |
| Hex | DA | 48 | 3B | 0 | 43 | 49 | F | 5 | 44 | 36 |
| Octal | 332 | 110 | 73 | 0 | 103 | 111 | 17 | 5 | 104 | 66 |
| Binary | 11011010 | 1001000 | 111011 | 0 | 1000011 | 1001001 | 1111 | 101 | 1000100 | 110110 |
Color Harmonies of #DA483B
Complementary color
Monochromatic Colors of #DA483B
Black with #DA483B
Text Example
Text Example
White with #DA483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA483B; }
p { color: rgb(218,72,59); }
H1.HeaderClassName
{
color: #DA483B;
}
.AnyTagClassName
{
color: #DA483B;
}
</style>
background-color css
<style>
a { background-color: #DA483B; }
a { background-color: rgb(218,72,59); }
div.DivClassName
{
background-color: #DA483B;
}
.BgClassName
{
background-color: #DA483B;
}
</style>
border-color css
<style>
span { border-color: #DA483B; }
span { border-color: rgb(218,72,59); }
td.TdClassName
{
border-color: #DA483B;
}
.TagClassName
{
border-color: #DA483B;
}
</style>