Shades of Cinnabar #DA483F
Tints of Cinnabar #DA483F
RGB
CMYK
RGB Variations
Color information
#DA483F (or 0xDA483F) is known color: Cinnabar. HEX triplet: DA, 48 and 3F. RGB value is (218,72,63). Sum of RGB (Red+Green+Blue) = 218+72+63=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA483F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA483F is #25B7C0. Grayscale: #727272. Windows color (decimal): -2471873 or 4147418. OLE color: 4147418.
HSL color Cylindrical-coordinate representation of color #DA483F: hue angle of 3.48º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA483F is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 72 | 63 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.15 |
| HSL | 3.48º | 0.68% | 0.55% | - |
| HSV(B) | 3.48º | 0.71% | 0.85% | - |
| XYZ | 32.13 | 19.9 | 6.85 | - |
| YUV | 114.63 | 98.87 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 72 | 63 | 0 | 0.67 | 0.71 | 0.15 | 3.48 | 0.68 | 0.55 |
| Hex | DA | 48 | 3F | 0 | 43 | 47 | F | 3 | 44 | 37 |
| Octal | 332 | 110 | 77 | 0 | 103 | 107 | 17 | 3 | 104 | 67 |
| Binary | 11011010 | 1001000 | 111111 | 0 | 1000011 | 1000111 | 1111 | 11 | 1000100 | 110111 |
Color Harmonies of #DA483F
Complementary color
Monochromatic Colors of #DA483F
Black with #DA483F
Text Example
Text Example
White with #DA483F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA483F; }
p { color: rgb(218,72,63); }
H1.HeaderClassName
{
color: #DA483F;
}
.AnyTagClassName
{
color: #DA483F;
}
</style>
background-color css
<style>
a { background-color: #DA483F; }
a { background-color: rgb(218,72,63); }
div.DivClassName
{
background-color: #DA483F;
}
.BgClassName
{
background-color: #DA483F;
}
</style>
border-color css
<style>
span { border-color: #DA483F; }
span { border-color: rgb(218,72,63); }
td.TdClassName
{
border-color: #DA483F;
}
.TagClassName
{
border-color: #DA483F;
}
</style>