Shades of Cinnabar #DA453F
Tints of Cinnabar #DA453F
RGB
CMYK
RGB Variations
Color information
#DA453F (or 0xDA453F) is known color: Cinnabar. HEX triplet: DA, 45 and 3F. RGB value is (218,69,63). Sum of RGB (Red+Green+Blue) = 218+69+63=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA453F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA453F is #25BAC0. Grayscale: #717171. Windows color (decimal): -2472641 or 4146650. OLE color: 4146650.
HSL color Cylindrical-coordinate representation of color #DA453F: hue angle of 2.32º 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 #DA453F is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 69 | 63 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.15 |
| HSL | 2.32º | 0.68% | 0.55% | - |
| HSV(B) | 2.32º | 0.71% | 0.85% | - |
| XYZ | 31.94 | 19.52 | 6.79 | - |
| YUV | 112.87 | 99.86 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 69 | 63 | 0 | 0.68 | 0.71 | 0.15 | 2.32 | 0.68 | 0.55 |
| Hex | DA | 45 | 3F | 0 | 44 | 47 | F | 2 | 44 | 37 |
| Octal | 332 | 105 | 77 | 0 | 104 | 107 | 17 | 2 | 104 | 67 |
| Binary | 11011010 | 1000101 | 111111 | 0 | 1000100 | 1000111 | 1111 | 10 | 1000100 | 110111 |
Color Harmonies of #DA453F
Complementary color
Monochromatic Colors of #DA453F
Black with #DA453F
Text Example
Text Example
White with #DA453F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA453F; }
p { color: rgb(218,69,63); }
H1.HeaderClassName
{
color: #DA453F;
}
.AnyTagClassName
{
color: #DA453F;
}
</style>
background-color css
<style>
a { background-color: #DA453F; }
a { background-color: rgb(218,69,63); }
div.DivClassName
{
background-color: #DA453F;
}
.BgClassName
{
background-color: #DA453F;
}
</style>
border-color css
<style>
span { border-color: #DA453F; }
span { border-color: rgb(218,69,63); }
td.TdClassName
{
border-color: #DA453F;
}
.TagClassName
{
border-color: #DA453F;
}
</style>