Shades of Crimson #DA053C
Tints of Crimson #DA053C
RGB
CMYK
RGB Variations
Color information
#DA053C (or 0xDA053C) is known color: Crimson. HEX triplet: DA, 05 and 3C. RGB value is (218,5,60). Sum of RGB (Red+Green+Blue) = 218+5+60=283 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.03% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 218 - color contains mainly: red. Hex color #DA053C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA053C is #25FAC3. Grayscale: #4A4A4A. Windows color (decimal): -2489028 or 3933658. OLE color: 3933658.
HSL color Cylindrical-coordinate representation of color #DA053C: hue angle of 344.51º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA053C is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 60 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.15 |
| HSL | 344.51º | 0.96% | 0.44% | - |
| HSV(B) | 344.51º | 0.98% | 0.85% | - |
| XYZ | 29.78 | 15.34 | 5.67 | - |
| YUV | 74.96 | 119.57 | 230.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 60 | 0 | 0.98 | 0.72 | 0.15 | 344.51 | 0.96 | 0.44 |
| Hex | DA | 5 | 3C | 0 | 62 | 48 | F | 159 | 60 | 2C |
| Octal | 332 | 5 | 74 | 0 | 142 | 110 | 17 | 531 | 140 | 54 |
| Binary | 11011010 | 101 | 111100 | 0 | 1100010 | 1001000 | 1111 | 101011001 | 1100000 | 101100 |
Color Harmonies of #DA053C
Complementary color
Monochromatic Colors of #DA053C
Black with #DA053C
Text Example
Text Example
White with #DA053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA053C; }
p { color: rgb(218,5,60); }
H1.HeaderClassName
{
color: #DA053C;
}
.AnyTagClassName
{
color: #DA053C;
}
</style>
background-color css
<style>
a { background-color: #DA053C; }
a { background-color: rgb(218,5,60); }
div.DivClassName
{
background-color: #DA053C;
}
.BgClassName
{
background-color: #DA053C;
}
</style>
border-color css
<style>
span { border-color: #DA053C; }
span { border-color: rgb(218,5,60); }
td.TdClassName
{
border-color: #DA053C;
}
.TagClassName
{
border-color: #DA053C;
}
</style>