Shades of Cinnabar #DA382D
Tints of Cinnabar #DA382D
RGB
CMYK
RGB Variations
Color information
#DA382D (or 0xDA382D) is known color: Cinnabar. HEX triplet: DA, 38 and 2D. RGB value is (218,56,45). Sum of RGB (Red+Green+Blue) = 218+56+45=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA382D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA382D is #25C7D2. Grayscale: #676767. Windows color (decimal): -2475987 or 2963674. OLE color: 2963674.
HSL color Cylindrical-coordinate representation of color #DA382D: hue angle of 3.82º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA382D is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 56 | 45 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.15 |
| HSL | 3.82º | 0.7% | 0.52% | - |
| HSV(B) | 3.82º | 0.79% | 0.85% | - |
| XYZ | 30.8 | 17.92 | 4.32 | - |
| YUV | 103.18 | 95.17 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 56 | 45 | 0 | 0.74 | 0.79 | 0.15 | 3.82 | 0.7 | 0.52 |
| Hex | DA | 38 | 2D | 0 | 4A | 4F | F | 4 | 46 | 34 |
| Octal | 332 | 70 | 55 | 0 | 112 | 117 | 17 | 4 | 106 | 64 |
| Binary | 11011010 | 111000 | 101101 | 0 | 1001010 | 1001111 | 1111 | 100 | 1000110 | 110100 |
Color Harmonies of #DA382D
Complementary color
Monochromatic Colors of #DA382D
Black with #DA382D
Text Example
Text Example
White with #DA382D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA382D; }
p { color: rgb(218,56,45); }
H1.HeaderClassName
{
color: #DA382D;
}
.AnyTagClassName
{
color: #DA382D;
}
</style>
background-color css
<style>
a { background-color: #DA382D; }
a { background-color: rgb(218,56,45); }
div.DivClassName
{
background-color: #DA382D;
}
.BgClassName
{
background-color: #DA382D;
}
</style>
border-color css
<style>
span { border-color: #DA382D; }
span { border-color: rgb(218,56,45); }
td.TdClassName
{
border-color: #DA382D;
}
.TagClassName
{
border-color: #DA382D;
}
</style>