Shades of Cinnabar #DA3C38
Tints of Cinnabar #DA3C38
RGB
CMYK
RGB Variations
Color information
#DA3C38 (or 0xDA3C38) is known color: Cinnabar. HEX triplet: DA, 3C and 38. RGB value is (218,60,56). Sum of RGB (Red+Green+Blue) = 218+60+56=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3C38 is #25C3C7. Grayscale: #6A6A6A. Windows color (decimal): -2474952 or 3685594. OLE color: 3685594.
HSL color Cylindrical-coordinate representation of color #DA3C38: hue angle of 1.48º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA3C38 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 56 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.15 |
| HSL | 1.48º | 0.69% | 0.54% | - |
| HSV(B) | 1.48º | 0.74% | 0.85% | - |
| XYZ | 31.24 | 18.42 | 5.65 | - |
| YUV | 106.79 | 99.35 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 56 | 0 | 0.72 | 0.74 | 0.15 | 1.48 | 0.69 | 0.54 |
| Hex | DA | 3C | 38 | 0 | 48 | 4A | F | 1 | 45 | 36 |
| Octal | 332 | 74 | 70 | 0 | 110 | 112 | 17 | 1 | 105 | 66 |
| Binary | 11011010 | 111100 | 111000 | 0 | 1001000 | 1001010 | 1111 | 1 | 1000101 | 110110 |
Color Harmonies of #DA3C38
Complementary color
Monochromatic Colors of #DA3C38
Black with #DA3C38
Text Example
Text Example
White with #DA3C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3C38; }
p { color: rgb(218,60,56); }
H1.HeaderClassName
{
color: #DA3C38;
}
.AnyTagClassName
{
color: #DA3C38;
}
</style>
background-color css
<style>
a { background-color: #DA3C38; }
a { background-color: rgb(218,60,56); }
div.DivClassName
{
background-color: #DA3C38;
}
.BgClassName
{
background-color: #DA3C38;
}
</style>
border-color css
<style>
span { border-color: #DA3C38; }
span { border-color: rgb(218,60,56); }
td.TdClassName
{
border-color: #DA3C38;
}
.TagClassName
{
border-color: #DA3C38;
}
</style>