Shades of Crimson #DA1538
Tints of Crimson #DA1538
RGB
CMYK
RGB Variations
Color information
#DA1538 (or 0xDA1538) is known color: Crimson. HEX triplet: DA, 15 and 38. RGB value is (218,21,56). Sum of RGB (Red+Green+Blue) = 218+21+56=295 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.90% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1538 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1538 is #25EAC7. Grayscale: #535353. Windows color (decimal): -2484936 or 3675610. OLE color: 3675610.
HSL color Cylindrical-coordinate representation of color #DA1538: hue angle of 349.34º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1538 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 56 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.15 |
| HSL | 349.34º | 0.82% | 0.47% | - |
| HSV(B) | 349.34º | 0.9% | 0.85% | - |
| XYZ | 29.9 | 15.73 | 5.2 | - |
| YUV | 83.89 | 112.27 | 223.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 56 | 0 | 0.90 | 0.74 | 0.15 | 349.34 | 0.82 | 0.47 |
| Hex | DA | 15 | 38 | 0 | 5A | 4A | F | 15D | 52 | 2F |
| Octal | 332 | 25 | 70 | 0 | 132 | 112 | 17 | 535 | 122 | 57 |
| Binary | 11011010 | 10101 | 111000 | 0 | 1011010 | 1001010 | 1111 | 101011101 | 1010010 | 101111 |
Color Harmonies of #DA1538
Complementary color
Monochromatic Colors of #DA1538
Black with #DA1538
Text Example
Text Example
White with #DA1538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1538; }
p { color: rgb(218,21,56); }
H1.HeaderClassName
{
color: #DA1538;
}
.AnyTagClassName
{
color: #DA1538;
}
</style>
background-color css
<style>
a { background-color: #DA1538; }
a { background-color: rgb(218,21,56); }
div.DivClassName
{
background-color: #DA1538;
}
.BgClassName
{
background-color: #DA1538;
}
</style>
border-color css
<style>
span { border-color: #DA1538; }
span { border-color: rgb(218,21,56); }
td.TdClassName
{
border-color: #DA1538;
}
.TagClassName
{
border-color: #DA1538;
}
</style>