Shades of Crimson #DA053E
Tints of Crimson #DA053E
RGB
CMYK
RGB Variations
Color information
#DA053E (or 0xDA053E) is known color: Crimson. HEX triplet: DA, 05 and 3E. RGB value is (218,5,62). Sum of RGB (Red+Green+Blue) = 218+5+62=285 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.49% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 218 - color contains mainly: red. Hex color #DA053E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA053E is #25FAC1. Grayscale: #4B4B4B. Windows color (decimal): -2489026 or 4064730. OLE color: 4064730.
HSL color Cylindrical-coordinate representation of color #DA053E: hue angle of 343.94º 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 #DA053E is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 62 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.15 |
| HSL | 343.94º | 0.96% | 0.44% | - |
| HSV(B) | 343.94º | 0.98% | 0.85% | - |
| XYZ | 29.84 | 15.36 | 5.95 | - |
| YUV | 75.19 | 120.57 | 229.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 62 | 0 | 0.98 | 0.72 | 0.15 | 343.94 | 0.96 | 0.44 |
| Hex | DA | 5 | 3E | 0 | 62 | 48 | F | 158 | 60 | 2C |
| Octal | 332 | 5 | 76 | 0 | 142 | 110 | 17 | 530 | 140 | 54 |
| Binary | 11011010 | 101 | 111110 | 0 | 1100010 | 1001000 | 1111 | 101011000 | 1100000 | 101100 |
Color Harmonies of #DA053E
Complementary color
Monochromatic Colors of #DA053E
Black with #DA053E
Text Example
Text Example
White with #DA053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA053E; }
p { color: rgb(218,5,62); }
H1.HeaderClassName
{
color: #DA053E;
}
.AnyTagClassName
{
color: #DA053E;
}
</style>
background-color css
<style>
a { background-color: #DA053E; }
a { background-color: rgb(218,5,62); }
div.DivClassName
{
background-color: #DA053E;
}
.BgClassName
{
background-color: #DA053E;
}
</style>
border-color css
<style>
span { border-color: #DA053E; }
span { border-color: rgb(218,5,62); }
td.TdClassName
{
border-color: #DA053E;
}
.TagClassName
{
border-color: #DA053E;
}
</style>