Shades of Cinnabar #DA3C3B
Tints of Cinnabar #DA3C3B
RGB
CMYK
RGB Variations
Color information
#DA3C3B (or 0xDA3C3B) is known color: Cinnabar. HEX triplet: DA, 3C and 3B. RGB value is (218,60,59). Sum of RGB (Red+Green+Blue) = 218+60+59=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3C3B is #25C3C4. Grayscale: #6B6B6B. Windows color (decimal): -2474949 or 3882202. OLE color: 3882202.
HSL color Cylindrical-coordinate representation of color #DA3C3B: hue angle of 0.38º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA3C3B is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 59 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.15 |
| HSL | 0.38º | 0.68% | 0.54% | - |
| HSV(B) | 0.38º | 0.73% | 0.85% | - |
| XYZ | 31.32 | 18.45 | 6.05 | - |
| YUV | 107.13 | 100.85 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 59 | 0 | 0.72 | 0.73 | 0.15 | 0.38 | 0.68 | 0.54 |
| Hex | DA | 3C | 3B | 0 | 48 | 49 | F | 0 | 44 | 36 |
| Octal | 332 | 74 | 73 | 0 | 110 | 111 | 17 | 0 | 104 | 66 |
| Binary | 11011010 | 111100 | 111011 | 0 | 1001000 | 1001001 | 1111 | 0 | 1000100 | 110110 |
Color Harmonies of #DA3C3B
Complementary color
Monochromatic Colors of #DA3C3B
Black with #DA3C3B
Text Example
Text Example
White with #DA3C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3C3B; }
p { color: rgb(218,60,59); }
H1.HeaderClassName
{
color: #DA3C3B;
}
.AnyTagClassName
{
color: #DA3C3B;
}
</style>
background-color css
<style>
a { background-color: #DA3C3B; }
a { background-color: rgb(218,60,59); }
div.DivClassName
{
background-color: #DA3C3B;
}
.BgClassName
{
background-color: #DA3C3B;
}
</style>
border-color css
<style>
span { border-color: #DA3C3B; }
span { border-color: rgb(218,60,59); }
td.TdClassName
{
border-color: #DA3C3B;
}
.TagClassName
{
border-color: #DA3C3B;
}
</style>