Shades of Crimson #DA153C
Tints of Crimson #DA153C
RGB
CMYK
RGB Variations
Color information
#DA153C (or 0xDA153C) is known color: Crimson. HEX triplet: DA, 15 and 3C. RGB value is (218,21,60). Sum of RGB (Red+Green+Blue) = 218+21+60=299 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.91% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 218 - color contains mainly: red. Hex color #DA153C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA153C is #25EAC3. Grayscale: #545454. Windows color (decimal): -2484932 or 3937754. OLE color: 3937754.
HSL color Cylindrical-coordinate representation of color #DA153C: hue angle of 348.12º 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 #DA153C is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 60 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.15 |
| HSL | 348.12º | 0.82% | 0.47% | - |
| HSV(B) | 348.12º | 0.9% | 0.85% | - |
| XYZ | 30 | 15.77 | 5.74 | - |
| YUV | 84.35 | 114.27 | 223.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 60 | 0 | 0.90 | 0.72 | 0.15 | 348.12 | 0.82 | 0.47 |
| Hex | DA | 15 | 3C | 0 | 5A | 48 | F | 15C | 52 | 2F |
| Octal | 332 | 25 | 74 | 0 | 132 | 110 | 17 | 534 | 122 | 57 |
| Binary | 11011010 | 10101 | 111100 | 0 | 1011010 | 1001000 | 1111 | 101011100 | 1010010 | 101111 |
Color Harmonies of #DA153C
Complementary color
Monochromatic Colors of #DA153C
Black with #DA153C
Text Example
Text Example
White with #DA153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA153C; }
p { color: rgb(218,21,60); }
H1.HeaderClassName
{
color: #DA153C;
}
.AnyTagClassName
{
color: #DA153C;
}
</style>
background-color css
<style>
a { background-color: #DA153C; }
a { background-color: rgb(218,21,60); }
div.DivClassName
{
background-color: #DA153C;
}
.BgClassName
{
background-color: #DA153C;
}
</style>
border-color css
<style>
span { border-color: #DA153C; }
span { border-color: rgb(218,21,60); }
td.TdClassName
{
border-color: #DA153C;
}
.TagClassName
{
border-color: #DA153C;
}
</style>