Shades of Cinnabar #DA3A30
Tints of Cinnabar #DA3A30
RGB
CMYK
RGB Variations
Color information
#DA3A30 (or 0xDA3A30) is known color: Cinnabar. HEX triplet: DA, 3A and 30. RGB value is (218,58,48). Sum of RGB (Red+Green+Blue) = 218+58+48=324 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.28% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3A30 is #25C5CF. Grayscale: #686868. Windows color (decimal): -2475472 or 3160794. OLE color: 3160794.
HSL color Cylindrical-coordinate representation of color #DA3A30: hue angle of 3.53º 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 #DA3A30 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 58 | 48 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.15 |
| HSL | 3.53º | 0.7% | 0.52% | - |
| HSV(B) | 3.53º | 0.78% | 0.85% | - |
| XYZ | 30.96 | 18.14 | 4.67 | - |
| YUV | 104.7 | 96.01 | 208.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 58 | 48 | 0 | 0.73 | 0.78 | 0.15 | 3.53 | 0.7 | 0.52 |
| Hex | DA | 3A | 30 | 0 | 49 | 4E | F | 4 | 46 | 34 |
| Octal | 332 | 72 | 60 | 0 | 111 | 116 | 17 | 4 | 106 | 64 |
| Binary | 11011010 | 111010 | 110000 | 0 | 1001001 | 1001110 | 1111 | 100 | 1000110 | 110100 |
Color Harmonies of #DA3A30
Complementary color
Monochromatic Colors of #DA3A30
Black with #DA3A30
Text Example
Text Example
White with #DA3A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3A30; }
p { color: rgb(218,58,48); }
H1.HeaderClassName
{
color: #DA3A30;
}
.AnyTagClassName
{
color: #DA3A30;
}
</style>
background-color css
<style>
a { background-color: #DA3A30; }
a { background-color: rgb(218,58,48); }
div.DivClassName
{
background-color: #DA3A30;
}
.BgClassName
{
background-color: #DA3A30;
}
</style>
border-color css
<style>
span { border-color: #DA3A30; }
span { border-color: rgb(218,58,48); }
td.TdClassName
{
border-color: #DA3A30;
}
.TagClassName
{
border-color: #DA3A30;
}
</style>