Shades of Cinnabar #DA503C
Tints of Cinnabar #DA503C
RGB
CMYK
RGB Variations
Color information
#DA503C (or 0xDA503C) is known color: Cinnabar. HEX triplet: DA, 50 and 3C. RGB value is (218,80,60). Sum of RGB (Red+Green+Blue) = 218+80+60=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA503C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA503C is #25AFC3. Grayscale: #777777. Windows color (decimal): -2469828 or 3952858. OLE color: 3952858.
HSL color Cylindrical-coordinate representation of color #DA503C: hue angle of 7.59º 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 #DA503C is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 80 | 60 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.15 |
| HSL | 7.59º | 0.68% | 0.55% | - |
| HSV(B) | 7.59º | 0.72% | 0.85% | - |
| XYZ | 32.6 | 20.97 | 6.6 | - |
| YUV | 118.98 | 94.72 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 80 | 60 | 0 | 0.63 | 0.72 | 0.15 | 7.59 | 0.68 | 0.55 |
| Hex | DA | 50 | 3C | 0 | 3F | 48 | F | 8 | 44 | 37 |
| Octal | 332 | 120 | 74 | 0 | 77 | 110 | 17 | 10 | 104 | 67 |
| Binary | 11011010 | 1010000 | 111100 | 0 | 111111 | 1001000 | 1111 | 1000 | 1000100 | 110111 |
Color Harmonies of #DA503C
Complementary color
Monochromatic Colors of #DA503C
Black with #DA503C
Text Example
Text Example
White with #DA503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA503C; }
p { color: rgb(218,80,60); }
H1.HeaderClassName
{
color: #DA503C;
}
.AnyTagClassName
{
color: #DA503C;
}
</style>
background-color css
<style>
a { background-color: #DA503C; }
a { background-color: rgb(218,80,60); }
div.DivClassName
{
background-color: #DA503C;
}
.BgClassName
{
background-color: #DA503C;
}
</style>
border-color css
<style>
span { border-color: #DA503C; }
span { border-color: rgb(218,80,60); }
td.TdClassName
{
border-color: #DA503C;
}
.TagClassName
{
border-color: #DA503C;
}
</style>