Shades of Cinnabar #DA463F
Tints of Cinnabar #DA463F
RGB
CMYK
RGB Variations
Color information
#DA463F (or 0xDA463F) is known color: Cinnabar. HEX triplet: DA, 46 and 3F. RGB value is (218,70,63). Sum of RGB (Red+Green+Blue) = 218+70+63=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA463F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA463F is #25B9C0. Grayscale: #717171. Windows color (decimal): -2472385 or 4146906. OLE color: 4146906.
HSL color Cylindrical-coordinate representation of color #DA463F: hue angle of 2.71º 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 #DA463F is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 70 | 63 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.15 |
| HSL | 2.71º | 0.68% | 0.55% | - |
| HSV(B) | 2.71º | 0.71% | 0.85% | - |
| XYZ | 32 | 19.64 | 6.81 | - |
| YUV | 113.45 | 99.53 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 70 | 63 | 0 | 0.68 | 0.71 | 0.15 | 2.71 | 0.68 | 0.55 |
| Hex | DA | 46 | 3F | 0 | 44 | 47 | F | 3 | 44 | 37 |
| Octal | 332 | 106 | 77 | 0 | 104 | 107 | 17 | 3 | 104 | 67 |
| Binary | 11011010 | 1000110 | 111111 | 0 | 1000100 | 1000111 | 1111 | 11 | 1000100 | 110111 |
Color Harmonies of #DA463F
Complementary color
Monochromatic Colors of #DA463F
Black with #DA463F
Text Example
Text Example
White with #DA463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA463F; }
p { color: rgb(218,70,63); }
H1.HeaderClassName
{
color: #DA463F;
}
.AnyTagClassName
{
color: #DA463F;
}
</style>
background-color css
<style>
a { background-color: #DA463F; }
a { background-color: rgb(218,70,63); }
div.DivClassName
{
background-color: #DA463F;
}
.BgClassName
{
background-color: #DA463F;
}
</style>
border-color css
<style>
span { border-color: #DA463F; }
span { border-color: rgb(218,70,63); }
td.TdClassName
{
border-color: #DA463F;
}
.TagClassName
{
border-color: #DA463F;
}
</style>