Shades of Cinnabar #DA4723
Tints of Cinnabar #DA4723
RGB
CMYK
RGB Variations
Color information
#DA4723 (or 0xDA4723) is known color: Cinnabar. HEX triplet: DA, 47 and 23. RGB value is (218,71,35). Sum of RGB (Red+Green+Blue) = 218+71+35=324 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.28% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 35 (14.06% from 255 or 10.80% from 324); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4723 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4723 is #25B8DC. Grayscale: #6F6F6F. Windows color (decimal): -2472157 or 2312154. OLE color: 2312154.
HSL color Cylindrical-coordinate representation of color #DA4723: hue angle of 11.8º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA4723 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 71 | 35 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.15 |
| HSL | 11.8º | 0.72% | 0.5% | - |
| HSV(B) | 11.8º | 0.84% | 0.85% | - |
| XYZ | 31.47 | 19.53 | 3.7 | - |
| YUV | 110.85 | 85.2 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 71 | 35 | 0 | 0.67 | 0.84 | 0.15 | 11.8 | 0.72 | 0.5 |
| Hex | DA | 47 | 23 | 0 | 43 | 54 | F | C | 48 | 32 |
| Octal | 332 | 107 | 43 | 0 | 103 | 124 | 17 | 14 | 110 | 62 |
| Binary | 11011010 | 1000111 | 100011 | 0 | 1000011 | 1010100 | 1111 | 1100 | 1001000 | 110010 |
Color Harmonies of #DA4723
Complementary color
Monochromatic Colors of #DA4723
Black with #DA4723
Text Example
Text Example
White with #DA4723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4723; }
p { color: rgb(218,71,35); }
H1.HeaderClassName
{
color: #DA4723;
}
.AnyTagClassName
{
color: #DA4723;
}
</style>
background-color css
<style>
a { background-color: #DA4723; }
a { background-color: rgb(218,71,35); }
div.DivClassName
{
background-color: #DA4723;
}
.BgClassName
{
background-color: #DA4723;
}
</style>
border-color css
<style>
span { border-color: #DA4723; }
span { border-color: rgb(218,71,35); }
td.TdClassName
{
border-color: #DA4723;
}
.TagClassName
{
border-color: #DA4723;
}
</style>