Shades of Cinnabar #DA3C26
Tints of Cinnabar #DA3C26
RGB
CMYK
RGB Variations
Color information
#DA3C26 (or 0xDA3C26) is known color: Cinnabar. HEX triplet: DA, 3C and 26. RGB value is (218,60,38). Sum of RGB (Red+Green+Blue) = 218+60+38=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 38 (15.23% from 255 or 12.03% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3C26 is #25C3D9. Grayscale: #686868. Windows color (decimal): -2474970 or 2505946. OLE color: 2505946.
HSL color Cylindrical-coordinate representation of color #DA3C26: hue angle of 7.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA3C26 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 38 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.15 |
| HSL | 7.33º | 0.71% | 0.5% | - |
| HSV(B) | 7.33º | 0.83% | 0.85% | - |
| XYZ | 30.88 | 18.28 | 3.73 | - |
| YUV | 104.73 | 90.35 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 38 | 0 | 0.72 | 0.83 | 0.15 | 7.33 | 0.71 | 0.5 |
| Hex | DA | 3C | 26 | 0 | 48 | 53 | F | 7 | 47 | 32 |
| Octal | 332 | 74 | 46 | 0 | 110 | 123 | 17 | 7 | 107 | 62 |
| Binary | 11011010 | 111100 | 100110 | 0 | 1001000 | 1010011 | 1111 | 111 | 1000111 | 110010 |
Color Harmonies of #DA3C26
Complementary color
Monochromatic Colors of #DA3C26
Black with #DA3C26
Text Example
Text Example
White with #DA3C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3C26; }
p { color: rgb(218,60,38); }
H1.HeaderClassName
{
color: #DA3C26;
}
.AnyTagClassName
{
color: #DA3C26;
}
</style>
background-color css
<style>
a { background-color: #DA3C26; }
a { background-color: rgb(218,60,38); }
div.DivClassName
{
background-color: #DA3C26;
}
.BgClassName
{
background-color: #DA3C26;
}
</style>
border-color css
<style>
span { border-color: #DA3C26; }
span { border-color: rgb(218,60,38); }
td.TdClassName
{
border-color: #DA3C26;
}
.TagClassName
{
border-color: #DA3C26;
}
</style>