Shades of Cinnabar #DA503B
Tints of Cinnabar #DA503B
RGB
CMYK
RGB Variations
Color information
#DA503B (or 0xDA503B) is known color: Cinnabar. HEX triplet: DA, 50 and 3B. RGB value is (218,80,59). Sum of RGB (Red+Green+Blue) = 218+80+59=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 59 (23.44% from 255 or 16.53% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA503B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA503B is #25AFC4. Grayscale: #777777. Windows color (decimal): -2469829 or 3887322. OLE color: 3887322.
HSL color Cylindrical-coordinate representation of color #DA503B: hue angle of 7.92º 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 #DA503B is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 80 | 59 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.15 |
| HSL | 7.92º | 0.68% | 0.54% | - |
| HSV(B) | 7.92º | 0.73% | 0.85% | - |
| XYZ | 32.57 | 20.96 | 6.47 | - |
| YUV | 118.87 | 94.22 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 80 | 59 | 0 | 0.63 | 0.73 | 0.15 | 7.92 | 0.68 | 0.54 |
| Hex | DA | 50 | 3B | 0 | 3F | 49 | F | 8 | 44 | 36 |
| Octal | 332 | 120 | 73 | 0 | 77 | 111 | 17 | 10 | 104 | 66 |
| Binary | 11011010 | 1010000 | 111011 | 0 | 111111 | 1001001 | 1111 | 1000 | 1000100 | 110110 |
Color Harmonies of #DA503B
Complementary color
Monochromatic Colors of #DA503B
Black with #DA503B
Text Example
Text Example
White with #DA503B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA503B; }
p { color: rgb(218,80,59); }
H1.HeaderClassName
{
color: #DA503B;
}
.AnyTagClassName
{
color: #DA503B;
}
</style>
background-color css
<style>
a { background-color: #DA503B; }
a { background-color: rgb(218,80,59); }
div.DivClassName
{
background-color: #DA503B;
}
.BgClassName
{
background-color: #DA503B;
}
</style>
border-color css
<style>
span { border-color: #DA503B; }
span { border-color: rgb(218,80,59); }
td.TdClassName
{
border-color: #DA503B;
}
.TagClassName
{
border-color: #DA503B;
}
</style>