Shades of Cinnabar #DA452B
Tints of Cinnabar #DA452B
RGB
CMYK
RGB Variations
Color information
#DA452B (or 0xDA452B) is known color: Cinnabar. HEX triplet: DA, 45 and 2B. RGB value is (218,69,43). Sum of RGB (Red+Green+Blue) = 218+69+43=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA452B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA452B is #25BAD4. Grayscale: #6E6E6E. Windows color (decimal): -2472661 or 2835930. OLE color: 2835930.
HSL color Cylindrical-coordinate representation of color #DA452B: hue angle of 8.91º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA452B is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 69 | 43 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.15 |
| HSL | 8.91º | 0.7% | 0.51% | - |
| HSV(B) | 8.91º | 0.8% | 0.85% | - |
| XYZ | 31.48 | 19.34 | 4.36 | - |
| YUV | 110.59 | 89.86 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 69 | 43 | 0 | 0.68 | 0.80 | 0.15 | 8.91 | 0.7 | 0.51 |
| Hex | DA | 45 | 2B | 0 | 44 | 50 | F | 9 | 46 | 33 |
| Octal | 332 | 105 | 53 | 0 | 104 | 120 | 17 | 11 | 106 | 63 |
| Binary | 11011010 | 1000101 | 101011 | 0 | 1000100 | 1010000 | 1111 | 1001 | 1000110 | 110011 |
Color Harmonies of #DA452B
Complementary color
Monochromatic Colors of #DA452B
Black with #DA452B
Text Example
Text Example
White with #DA452B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA452B; }
p { color: rgb(218,69,43); }
H1.HeaderClassName
{
color: #DA452B;
}
.AnyTagClassName
{
color: #DA452B;
}
</style>
background-color css
<style>
a { background-color: #DA452B; }
a { background-color: rgb(218,69,43); }
div.DivClassName
{
background-color: #DA452B;
}
.BgClassName
{
background-color: #DA452B;
}
</style>
border-color css
<style>
span { border-color: #DA452B; }
span { border-color: rgb(218,69,43); }
td.TdClassName
{
border-color: #DA452B;
}
.TagClassName
{
border-color: #DA452B;
}
</style>