Shades of Cinnabar #DA3F3C
Tints of Cinnabar #DA3F3C
RGB
CMYK
RGB Variations
Color information
#DA3F3C (or 0xDA3F3C) is known color: Cinnabar. HEX triplet: DA, 3F and 3C. RGB value is (218,63,60). Sum of RGB (Red+Green+Blue) = 218+63+60=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3F3C is #25C0C3. Grayscale: #6D6D6D. Windows color (decimal): -2474180 or 3948506. OLE color: 3948506.
HSL color Cylindrical-coordinate representation of color #DA3F3C: hue angle of 1.14º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3F3C is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 63 | 60 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.15 |
| HSL | 1.14º | 0.68% | 0.55% | - |
| HSV(B) | 1.14º | 0.72% | 0.85% | - |
| XYZ | 31.51 | 18.79 | 6.24 | - |
| YUV | 109 | 100.35 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 63 | 60 | 0 | 0.71 | 0.72 | 0.15 | 1.14 | 0.68 | 0.55 |
| Hex | DA | 3F | 3C | 0 | 47 | 48 | F | 1 | 44 | 37 |
| Octal | 332 | 77 | 74 | 0 | 107 | 110 | 17 | 1 | 104 | 67 |
| Binary | 11011010 | 111111 | 111100 | 0 | 1000111 | 1001000 | 1111 | 1 | 1000100 | 110111 |
Color Harmonies of #DA3F3C
Complementary color
Monochromatic Colors of #DA3F3C
Black with #DA3F3C
Text Example
Text Example
White with #DA3F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3F3C; }
p { color: rgb(218,63,60); }
H1.HeaderClassName
{
color: #DA3F3C;
}
.AnyTagClassName
{
color: #DA3F3C;
}
</style>
background-color css
<style>
a { background-color: #DA3F3C; }
a { background-color: rgb(218,63,60); }
div.DivClassName
{
background-color: #DA3F3C;
}
.BgClassName
{
background-color: #DA3F3C;
}
</style>
border-color css
<style>
span { border-color: #DA3F3C; }
span { border-color: rgb(218,63,60); }
td.TdClassName
{
border-color: #DA3F3C;
}
.TagClassName
{
border-color: #DA3F3C;
}
</style>