Shades of Cinnabar #DA4521
Tints of Cinnabar #DA4521
RGB
CMYK
RGB Variations
Color information
#DA4521 (or 0xDA4521) is known color: Cinnabar. HEX triplet: DA, 45 and 21. RGB value is (218,69,33). Sum of RGB (Red+Green+Blue) = 218+69+33=320 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.12% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 33 (13.28% from 255 or 10.31% from 320); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4521 is #25BADE. Grayscale: #6D6D6D. Windows color (decimal): -2472671 or 2180570. OLE color: 2180570.
HSL color Cylindrical-coordinate representation of color #DA4521: hue angle of 11.68º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA4521 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 69 | 33 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.15 |
| HSL | 11.68º | 0.74% | 0.49% | - |
| HSV(B) | 11.68º | 0.85% | 0.85% | - |
| XYZ | 31.32 | 19.27 | 3.51 | - |
| YUV | 109.45 | 84.86 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 69 | 33 | 0 | 0.68 | 0.85 | 0.15 | 11.68 | 0.74 | 0.49 |
| Hex | DA | 45 | 21 | 0 | 44 | 55 | F | C | 4A | 31 |
| Octal | 332 | 105 | 41 | 0 | 104 | 125 | 17 | 14 | 112 | 61 |
| Binary | 11011010 | 1000101 | 100001 | 0 | 1000100 | 1010101 | 1111 | 1100 | 1001010 | 110001 |
Color Harmonies of #DA4521
Complementary color
Monochromatic Colors of #DA4521
Black with #DA4521
Text Example
Text Example
White with #DA4521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4521; }
p { color: rgb(218,69,33); }
H1.HeaderClassName
{
color: #DA4521;
}
.AnyTagClassName
{
color: #DA4521;
}
</style>
background-color css
<style>
a { background-color: #DA4521; }
a { background-color: rgb(218,69,33); }
div.DivClassName
{
background-color: #DA4521;
}
.BgClassName
{
background-color: #DA4521;
}
</style>
border-color css
<style>
span { border-color: #DA4521; }
span { border-color: rgb(218,69,33); }
td.TdClassName
{
border-color: #DA4521;
}
.TagClassName
{
border-color: #DA4521;
}
</style>