Shades of Cinnabar #DA4528
Tints of Cinnabar #DA4528
RGB
CMYK
RGB Variations
Color information
#DA4528 (or 0xDA4528) is known color: Cinnabar. HEX triplet: DA, 45 and 28. RGB value is (218,69,40). Sum of RGB (Red+Green+Blue) = 218+69+40=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 40 (16.02% from 255 or 12.23% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4528 is #25BAD7. Grayscale: #6E6E6E. Windows color (decimal): -2472664 or 2639322. OLE color: 2639322.
HSL color Cylindrical-coordinate representation of color #DA4528: hue angle of 9.78º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA4528 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 69 | 40 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.15 |
| HSL | 9.78º | 0.71% | 0.51% | - |
| HSV(B) | 9.78º | 0.82% | 0.85% | - |
| XYZ | 31.42 | 19.31 | 4.08 | - |
| YUV | 110.25 | 88.36 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 69 | 40 | 0 | 0.68 | 0.82 | 0.15 | 9.78 | 0.71 | 0.51 |
| Hex | DA | 45 | 28 | 0 | 44 | 52 | F | A | 47 | 33 |
| Octal | 332 | 105 | 50 | 0 | 104 | 122 | 17 | 12 | 107 | 63 |
| Binary | 11011010 | 1000101 | 101000 | 0 | 1000100 | 1010010 | 1111 | 1010 | 1000111 | 110011 |
Color Harmonies of #DA4528
Complementary color
Monochromatic Colors of #DA4528
Black with #DA4528
Text Example
Text Example
White with #DA4528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4528; }
p { color: rgb(218,69,40); }
H1.HeaderClassName
{
color: #DA4528;
}
.AnyTagClassName
{
color: #DA4528;
}
</style>
background-color css
<style>
a { background-color: #DA4528; }
a { background-color: rgb(218,69,40); }
div.DivClassName
{
background-color: #DA4528;
}
.BgClassName
{
background-color: #DA4528;
}
</style>
border-color css
<style>
span { border-color: #DA4528; }
span { border-color: rgb(218,69,40); }
td.TdClassName
{
border-color: #DA4528;
}
.TagClassName
{
border-color: #DA4528;
}
</style>