Shades of Cinnabar #DA483A
Tints of Cinnabar #DA483A
RGB
CMYK
RGB Variations
Color information
#DA483A (or 0xDA483A) is known color: Cinnabar. HEX triplet: DA, 48 and 3A. RGB value is (218,72,58). Sum of RGB (Red+Green+Blue) = 218+72+58=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 58 (23.05% from 255 or 16.67% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA483A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA483A is #25B7C5. Grayscale: #727272. Windows color (decimal): -2471878 or 3819738. OLE color: 3819738.
HSL color Cylindrical-coordinate representation of color #DA483A: hue angle of 5.25º 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 #DA483A is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 72 | 58 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.15 |
| HSL | 5.25º | 0.68% | 0.54% | - |
| HSV(B) | 5.25º | 0.73% | 0.85% | - |
| XYZ | 31.99 | 19.85 | 6.15 | - |
| YUV | 114.06 | 96.37 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 72 | 58 | 0 | 0.67 | 0.73 | 0.15 | 5.25 | 0.68 | 0.54 |
| Hex | DA | 48 | 3A | 0 | 43 | 49 | F | 5 | 44 | 36 |
| Octal | 332 | 110 | 72 | 0 | 103 | 111 | 17 | 5 | 104 | 66 |
| Binary | 11011010 | 1001000 | 111010 | 0 | 1000011 | 1001001 | 1111 | 101 | 1000100 | 110110 |
Color Harmonies of #DA483A
Complementary color
Monochromatic Colors of #DA483A
Black with #DA483A
Text Example
Text Example
White with #DA483A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA483A; }
p { color: rgb(218,72,58); }
H1.HeaderClassName
{
color: #DA483A;
}
.AnyTagClassName
{
color: #DA483A;
}
</style>
background-color css
<style>
a { background-color: #DA483A; }
a { background-color: rgb(218,72,58); }
div.DivClassName
{
background-color: #DA483A;
}
.BgClassName
{
background-color: #DA483A;
}
</style>
border-color css
<style>
span { border-color: #DA483A; }
span { border-color: rgb(218,72,58); }
td.TdClassName
{
border-color: #DA483A;
}
.TagClassName
{
border-color: #DA483A;
}
</style>