Shades of Cinnabar #DA483C
Tints of Cinnabar #DA483C
RGB
CMYK
RGB Variations
Color information
#DA483C (or 0xDA483C) is known color: Cinnabar. HEX triplet: DA, 48 and 3C. RGB value is (218,72,60). Sum of RGB (Red+Green+Blue) = 218+72+60=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA483C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA483C is #25B7C3. Grayscale: #727272. Windows color (decimal): -2471876 or 3950810. OLE color: 3950810.
HSL color Cylindrical-coordinate representation of color #DA483C: hue angle of 4.56º 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 #DA483C is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 72 | 60 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.15 |
| HSL | 4.56º | 0.68% | 0.55% | - |
| HSV(B) | 4.56º | 0.72% | 0.85% | - |
| XYZ | 32.05 | 19.87 | 6.42 | - |
| YUV | 114.29 | 97.37 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 72 | 60 | 0 | 0.67 | 0.72 | 0.15 | 4.56 | 0.68 | 0.55 |
| Hex | DA | 48 | 3C | 0 | 43 | 48 | F | 5 | 44 | 37 |
| Octal | 332 | 110 | 74 | 0 | 103 | 110 | 17 | 5 | 104 | 67 |
| Binary | 11011010 | 1001000 | 111100 | 0 | 1000011 | 1001000 | 1111 | 101 | 1000100 | 110111 |
Color Harmonies of #DA483C
Complementary color
Monochromatic Colors of #DA483C
Black with #DA483C
Text Example
Text Example
White with #DA483C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA483C; }
p { color: rgb(218,72,60); }
H1.HeaderClassName
{
color: #DA483C;
}
.AnyTagClassName
{
color: #DA483C;
}
</style>
background-color css
<style>
a { background-color: #DA483C; }
a { background-color: rgb(218,72,60); }
div.DivClassName
{
background-color: #DA483C;
}
.BgClassName
{
background-color: #DA483C;
}
</style>
border-color css
<style>
span { border-color: #DA483C; }
span { border-color: rgb(218,72,60); }
td.TdClassName
{
border-color: #DA483C;
}
.TagClassName
{
border-color: #DA483C;
}
</style>