Shades of Cinnabar #DA382A
Tints of Cinnabar #DA382A
RGB
CMYK
RGB Variations
Color information
#DA382A (or 0xDA382A) is known color: Cinnabar. HEX triplet: DA, 38 and 2A. RGB value is (218,56,42). Sum of RGB (Red+Green+Blue) = 218+56+42=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA382A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA382A is #25C7D5. Grayscale: #676767. Windows color (decimal): -2475990 or 2767066. OLE color: 2767066.
HSL color Cylindrical-coordinate representation of color #DA382A: hue angle of 4.77º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA382A is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 56 | 42 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.15 |
| HSL | 4.77º | 0.7% | 0.51% | - |
| HSV(B) | 4.77º | 0.81% | 0.85% | - |
| XYZ | 30.75 | 17.9 | 4.03 | - |
| YUV | 102.84 | 93.67 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 56 | 42 | 0 | 0.74 | 0.81 | 0.15 | 4.77 | 0.7 | 0.51 |
| Hex | DA | 38 | 2A | 0 | 4A | 51 | F | 5 | 46 | 33 |
| Octal | 332 | 70 | 52 | 0 | 112 | 121 | 17 | 5 | 106 | 63 |
| Binary | 11011010 | 111000 | 101010 | 0 | 1001010 | 1010001 | 1111 | 101 | 1000110 | 110011 |
Color Harmonies of #DA382A
Complementary color
Monochromatic Colors of #DA382A
Black with #DA382A
Text Example
Text Example
White with #DA382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA382A; }
p { color: rgb(218,56,42); }
H1.HeaderClassName
{
color: #DA382A;
}
.AnyTagClassName
{
color: #DA382A;
}
</style>
background-color css
<style>
a { background-color: #DA382A; }
a { background-color: rgb(218,56,42); }
div.DivClassName
{
background-color: #DA382A;
}
.BgClassName
{
background-color: #DA382A;
}
</style>
border-color css
<style>
span { border-color: #DA382A; }
span { border-color: rgb(218,56,42); }
td.TdClassName
{
border-color: #DA382A;
}
.TagClassName
{
border-color: #DA382A;
}
</style>