Shades of Cinnabar #DA4023
Tints of Cinnabar #DA4023
RGB
CMYK
RGB Variations
Color information
#DA4023 (or 0xDA4023) is known color: Cinnabar. HEX triplet: DA, 40 and 23. RGB value is (218,64,35). Sum of RGB (Red+Green+Blue) = 218+64+35=317 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.77% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 35 (14.06% from 255 or 11.04% from 317); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4023 is #25BFDC. Grayscale: #6B6B6B. Windows color (decimal): -2473949 or 2310362. OLE color: 2310362.
HSL color Cylindrical-coordinate representation of color #DA4023: hue angle of 9.51º 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 #DA4023 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 35 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.15 |
| HSL | 9.51º | 0.72% | 0.5% | - |
| HSV(B) | 9.51º | 0.84% | 0.85% | - |
| XYZ | 31.05 | 18.69 | 3.56 | - |
| YUV | 106.74 | 87.52 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 35 | 0 | 0.71 | 0.84 | 0.15 | 9.51 | 0.72 | 0.5 |
| Hex | DA | 40 | 23 | 0 | 47 | 54 | F | A | 48 | 32 |
| Octal | 332 | 100 | 43 | 0 | 107 | 124 | 17 | 12 | 110 | 62 |
| Binary | 11011010 | 1000000 | 100011 | 0 | 1000111 | 1010100 | 1111 | 1010 | 1001000 | 110010 |
Color Harmonies of #DA4023
Complementary color
Monochromatic Colors of #DA4023
Black with #DA4023
Text Example
Text Example
White with #DA4023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4023; }
p { color: rgb(218,64,35); }
H1.HeaderClassName
{
color: #DA4023;
}
.AnyTagClassName
{
color: #DA4023;
}
</style>
background-color css
<style>
a { background-color: #DA4023; }
a { background-color: rgb(218,64,35); }
div.DivClassName
{
background-color: #DA4023;
}
.BgClassName
{
background-color: #DA4023;
}
</style>
border-color css
<style>
span { border-color: #DA4023; }
span { border-color: rgb(218,64,35); }
td.TdClassName
{
border-color: #DA4023;
}
.TagClassName
{
border-color: #DA4023;
}
</style>