Shades of Crimson #DA1830
Tints of Crimson #DA1830
RGB
CMYK
RGB Variations
Color information
#DA1830 (or 0xDA1830) is known color: Crimson. HEX triplet: DA, 18 and 30. RGB value is (218,24,48). Sum of RGB (Red+Green+Blue) = 218+24+48=290 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.17% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1830 is #25E7CF. Grayscale: #545454. Windows color (decimal): -2484176 or 3152090. OLE color: 3152090.
HSL color Cylindrical-coordinate representation of color #DA1830: hue angle of 352.58º degrees, saturation: 0.8, 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 #DA1830 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 48 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.15 |
| HSL | 352.58º | 0.8% | 0.47% | - |
| HSV(B) | 352.58º | 0.89% | 0.85% | - |
| XYZ | 29.77 | 15.77 | 4.27 | - |
| YUV | 84.74 | 107.27 | 223.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 48 | 0 | 0.89 | 0.78 | 0.15 | 352.58 | 0.8 | 0.47 |
| Hex | DA | 18 | 30 | 0 | 59 | 4E | F | 161 | 50 | 2F |
| Octal | 332 | 30 | 60 | 0 | 131 | 116 | 17 | 541 | 120 | 57 |
| Binary | 11011010 | 11000 | 110000 | 0 | 1011001 | 1001110 | 1111 | 101100001 | 1010000 | 101111 |
Color Harmonies of #DA1830
Complementary color
Monochromatic Colors of #DA1830
Black with #DA1830
Text Example
Text Example
White with #DA1830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1830; }
p { color: rgb(218,24,48); }
H1.HeaderClassName
{
color: #DA1830;
}
.AnyTagClassName
{
color: #DA1830;
}
</style>
background-color css
<style>
a { background-color: #DA1830; }
a { background-color: rgb(218,24,48); }
div.DivClassName
{
background-color: #DA1830;
}
.BgClassName
{
background-color: #DA1830;
}
</style>
border-color css
<style>
span { border-color: #DA1830; }
span { border-color: rgb(218,24,48); }
td.TdClassName
{
border-color: #DA1830;
}
.TagClassName
{
border-color: #DA1830;
}
</style>