Shades of Crimson #DA1730
Tints of Crimson #DA1730
RGB
CMYK
RGB Variations
Color information
#DA1730 (or 0xDA1730) is known color: Crimson. HEX triplet: DA, 17 and 30. RGB value is (218,23,48). Sum of RGB (Red+Green+Blue) = 218+23+48=289 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.43% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1730 is #25E8CF. Grayscale: #545454. Windows color (decimal): -2484432 or 3151834. OLE color: 3151834.
HSL color Cylindrical-coordinate representation of color #DA1730: hue angle of 352.31º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1730 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 48 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.15 |
| HSL | 352.31º | 0.81% | 0.47% | - |
| HSV(B) | 352.31º | 0.89% | 0.85% | - |
| XYZ | 29.75 | 15.73 | 4.26 | - |
| YUV | 84.16 | 107.6 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 48 | 0 | 0.89 | 0.78 | 0.15 | 352.31 | 0.81 | 0.47 |
| Hex | DA | 17 | 30 | 0 | 59 | 4E | F | 160 | 51 | 2F |
| Octal | 332 | 27 | 60 | 0 | 131 | 116 | 17 | 540 | 121 | 57 |
| Binary | 11011010 | 10111 | 110000 | 0 | 1011001 | 1001110 | 1111 | 101100000 | 1010001 | 101111 |
Color Harmonies of #DA1730
Complementary color
Monochromatic Colors of #DA1730
Black with #DA1730
Text Example
Text Example
White with #DA1730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1730; }
p { color: rgb(218,23,48); }
H1.HeaderClassName
{
color: #DA1730;
}
.AnyTagClassName
{
color: #DA1730;
}
</style>
background-color css
<style>
a { background-color: #DA1730; }
a { background-color: rgb(218,23,48); }
div.DivClassName
{
background-color: #DA1730;
}
.BgClassName
{
background-color: #DA1730;
}
</style>
border-color css
<style>
span { border-color: #DA1730; }
span { border-color: rgb(218,23,48); }
td.TdClassName
{
border-color: #DA1730;
}
.TagClassName
{
border-color: #DA1730;
}
</style>