Shades of Cinnabar #DA3A31
Tints of Cinnabar #DA3A31
RGB
CMYK
RGB Variations
Color information
#DA3A31 (or 0xDA3A31) is known color: Cinnabar. HEX triplet: DA, 3A and 31. RGB value is (218,58,49). Sum of RGB (Red+Green+Blue) = 218+58+49=325 (43% of max value = 765). Red value is 218 (85.55% from 255 or 67.08% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3A31 is #25C5CE. Grayscale: #696969. Windows color (decimal): -2475471 or 3226330. OLE color: 3226330.
HSL color Cylindrical-coordinate representation of color #DA3A31: hue angle of 3.2º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA3A31 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 58 | 49 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.15 |
| HSL | 3.2º | 0.7% | 0.52% | - |
| HSV(B) | 3.2º | 0.78% | 0.85% | - |
| XYZ | 30.98 | 18.15 | 4.78 | - |
| YUV | 104.81 | 96.51 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 58 | 49 | 0 | 0.73 | 0.78 | 0.15 | 3.2 | 0.7 | 0.52 |
| Hex | DA | 3A | 31 | 0 | 49 | 4E | F | 3 | 46 | 34 |
| Octal | 332 | 72 | 61 | 0 | 111 | 116 | 17 | 3 | 106 | 64 |
| Binary | 11011010 | 111010 | 110001 | 0 | 1001001 | 1001110 | 1111 | 11 | 1000110 | 110100 |
Color Harmonies of #DA3A31
Complementary color
Monochromatic Colors of #DA3A31
Black with #DA3A31
Text Example
Text Example
White with #DA3A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3A31; }
p { color: rgb(218,58,49); }
H1.HeaderClassName
{
color: #DA3A31;
}
.AnyTagClassName
{
color: #DA3A31;
}
</style>
background-color css
<style>
a { background-color: #DA3A31; }
a { background-color: rgb(218,58,49); }
div.DivClassName
{
background-color: #DA3A31;
}
.BgClassName
{
background-color: #DA3A31;
}
</style>
border-color css
<style>
span { border-color: #DA3A31; }
span { border-color: rgb(218,58,49); }
td.TdClassName
{
border-color: #DA3A31;
}
.TagClassName
{
border-color: #DA3A31;
}
</style>