Shades of Crimson #DA1030
Tints of Crimson #DA1030
RGB
CMYK
RGB Variations
Color information
#DA1030 (or 0xDA1030) is known color: Crimson. HEX triplet: DA, 10 and 30. RGB value is (218,16,48). Sum of RGB (Red+Green+Blue) = 218+16+48=282 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.30% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1030 is #25EFCF. Grayscale: #505050. Windows color (decimal): -2486224 or 3150042. OLE color: 3150042.
HSL color Cylindrical-coordinate representation of color #DA1030: hue angle of 350.5º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA1030 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 16 | 48 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.15 |
| HSL | 350.5º | 0.86% | 0.46% | - |
| HSV(B) | 350.5º | 0.93% | 0.85% | - |
| XYZ | 29.63 | 15.49 | 4.22 | - |
| YUV | 80.05 | 109.92 | 226.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 48 | 0 | 0.93 | 0.78 | 0.15 | 350.5 | 0.86 | 0.46 |
| Hex | DA | 10 | 30 | 0 | 5D | 4E | F | 15E | 56 | 2E |
| Octal | 332 | 20 | 60 | 0 | 135 | 116 | 17 | 536 | 126 | 56 |
| Binary | 11011010 | 10000 | 110000 | 0 | 1011101 | 1001110 | 1111 | 101011110 | 1010110 | 101110 |
Color Harmonies of #DA1030
Complementary color
Monochromatic Colors of #DA1030
Black with #DA1030
Text Example
Text Example
White with #DA1030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1030; }
p { color: rgb(218,16,48); }
H1.HeaderClassName
{
color: #DA1030;
}
.AnyTagClassName
{
color: #DA1030;
}
</style>
background-color css
<style>
a { background-color: #DA1030; }
a { background-color: rgb(218,16,48); }
div.DivClassName
{
background-color: #DA1030;
}
.BgClassName
{
background-color: #DA1030;
}
</style>
border-color css
<style>
span { border-color: #DA1030; }
span { border-color: rgb(218,16,48); }
td.TdClassName
{
border-color: #DA1030;
}
.TagClassName
{
border-color: #DA1030;
}
</style>