Shades of Cinnabar #DA3F23
Tints of Cinnabar #DA3F23
RGB
CMYK
RGB Variations
Color information
#DA3F23 (or 0xDA3F23) is known color: Cinnabar. HEX triplet: DA, 3F and 23. RGB value is (218,63,35). Sum of RGB (Red+Green+Blue) = 218+63+35=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 35 (14.06% from 255 or 11.08% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3F23 is #25C0DC. Grayscale: #6A6A6A. Windows color (decimal): -2474205 or 2310106. OLE color: 2310106.
HSL color Cylindrical-coordinate representation of color #DA3F23: hue angle of 9.18º 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 #DA3F23 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 63 | 35 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.15 |
| HSL | 9.18º | 0.72% | 0.5% | - |
| HSV(B) | 9.18º | 0.84% | 0.85% | - |
| XYZ | 30.99 | 18.58 | 3.54 | - |
| YUV | 106.15 | 87.85 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 63 | 35 | 0 | 0.71 | 0.84 | 0.15 | 9.18 | 0.72 | 0.5 |
| Hex | DA | 3F | 23 | 0 | 47 | 54 | F | 9 | 48 | 32 |
| Octal | 332 | 77 | 43 | 0 | 107 | 124 | 17 | 11 | 110 | 62 |
| Binary | 11011010 | 111111 | 100011 | 0 | 1000111 | 1010100 | 1111 | 1001 | 1001000 | 110010 |
Color Harmonies of #DA3F23
Complementary color
Monochromatic Colors of #DA3F23
Black with #DA3F23
Text Example
Text Example
White with #DA3F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3F23; }
p { color: rgb(218,63,35); }
H1.HeaderClassName
{
color: #DA3F23;
}
.AnyTagClassName
{
color: #DA3F23;
}
</style>
background-color css
<style>
a { background-color: #DA3F23; }
a { background-color: rgb(218,63,35); }
div.DivClassName
{
background-color: #DA3F23;
}
.BgClassName
{
background-color: #DA3F23;
}
</style>
border-color css
<style>
span { border-color: #DA3F23; }
span { border-color: rgb(218,63,35); }
td.TdClassName
{
border-color: #DA3F23;
}
.TagClassName
{
border-color: #DA3F23;
}
</style>