Shades of Cinnabar #DA453A
Tints of Cinnabar #DA453A
RGB
CMYK
RGB Variations
Color information
#DA453A (or 0xDA453A) is known color: Cinnabar. HEX triplet: DA, 45 and 3A. RGB value is (218,69,58). Sum of RGB (Red+Green+Blue) = 218+69+58=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA453A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA453A is #25BAC5. Grayscale: #707070. Windows color (decimal): -2472646 or 3818970. OLE color: 3818970.
HSL color Cylindrical-coordinate representation of color #DA453A: hue angle of 4.12º 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 #DA453A is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 69 | 58 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.15 |
| HSL | 4.13º | 0.68% | 0.54% | - |
| HSV(B) | 4.13º | 0.73% | 0.85% | - |
| XYZ | 31.81 | 19.47 | 6.08 | - |
| YUV | 112.3 | 97.36 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 69 | 58 | 0 | 0.68 | 0.73 | 0.15 | 4.13 | 0.68 | 0.54 |
| Hex | DA | 45 | 3A | 0 | 44 | 49 | F | 4 | 44 | 36 |
| Octal | 332 | 105 | 72 | 0 | 104 | 111 | 17 | 4 | 104 | 66 |
| Binary | 11011010 | 1000101 | 111010 | 0 | 1000100 | 1001001 | 1111 | 100 | 1000100 | 110110 |
Color Harmonies of #DA453A
Complementary color
Monochromatic Colors of #DA453A
Black with #DA453A
Text Example
Text Example
White with #DA453A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA453A; }
p { color: rgb(218,69,58); }
H1.HeaderClassName
{
color: #DA453A;
}
.AnyTagClassName
{
color: #DA453A;
}
</style>
background-color css
<style>
a { background-color: #DA453A; }
a { background-color: rgb(218,69,58); }
div.DivClassName
{
background-color: #DA453A;
}
.BgClassName
{
background-color: #DA453A;
}
</style>
border-color css
<style>
span { border-color: #DA453A; }
span { border-color: rgb(218,69,58); }
td.TdClassName
{
border-color: #DA453A;
}
.TagClassName
{
border-color: #DA453A;
}
</style>