Shades of Crimson #DA153A
Tints of Crimson #DA153A
RGB
CMYK
RGB Variations
Color information
#DA153A (or 0xDA153A) is known color: Crimson. HEX triplet: DA, 15 and 3A. RGB value is (218,21,58). Sum of RGB (Red+Green+Blue) = 218+21+58=297 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.40% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 218 - color contains mainly: red. Hex color #DA153A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA153A is #25EAC5. Grayscale: #545454. Windows color (decimal): -2484934 or 3806682. OLE color: 3806682.
HSL color Cylindrical-coordinate representation of color #DA153A: hue angle of 348.73º 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 #DA153A is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 58 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.15 |
| HSL | 348.73º | 0.82% | 0.47% | - |
| HSV(B) | 348.73º | 0.9% | 0.85% | - |
| XYZ | 29.95 | 15.75 | 5.46 | - |
| YUV | 84.12 | 113.27 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 58 | 0 | 0.90 | 0.73 | 0.15 | 348.73 | 0.82 | 0.47 |
| Hex | DA | 15 | 3A | 0 | 5A | 49 | F | 15D | 52 | 2F |
| Octal | 332 | 25 | 72 | 0 | 132 | 111 | 17 | 535 | 122 | 57 |
| Binary | 11011010 | 10101 | 111010 | 0 | 1011010 | 1001001 | 1111 | 101011101 | 1010010 | 101111 |
Color Harmonies of #DA153A
Complementary color
Monochromatic Colors of #DA153A
Black with #DA153A
Text Example
Text Example
White with #DA153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA153A; }
p { color: rgb(218,21,58); }
H1.HeaderClassName
{
color: #DA153A;
}
.AnyTagClassName
{
color: #DA153A;
}
</style>
background-color css
<style>
a { background-color: #DA153A; }
a { background-color: rgb(218,21,58); }
div.DivClassName
{
background-color: #DA153A;
}
.BgClassName
{
background-color: #DA153A;
}
</style>
border-color css
<style>
span { border-color: #DA153A; }
span { border-color: rgb(218,21,58); }
td.TdClassName
{
border-color: #DA153A;
}
.TagClassName
{
border-color: #DA153A;
}
</style>