Shades of Crimson #DA053F
Tints of Crimson #DA053F
RGB
CMYK
RGB Variations
Color information
#DA053F (or 0xDA053F) is known color: Crimson. HEX triplet: DA, 05 and 3F. RGB value is (218,5,63). Sum of RGB (Red+Green+Blue) = 218+5+63=286 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.22% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 218 - color contains mainly: red. Hex color #DA053F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA053F is #25FAC0. Grayscale: #4B4B4B. Windows color (decimal): -2489025 or 4130266. OLE color: 4130266.
HSL color Cylindrical-coordinate representation of color #DA053F: hue angle of 343.66º 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 #DA053F is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 63 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.15 |
| HSL | 343.66º | 0.96% | 0.44% | - |
| HSV(B) | 343.66º | 0.98% | 0.85% | - |
| XYZ | 29.86 | 15.37 | 6.1 | - |
| YUV | 75.3 | 121.07 | 229.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 63 | 0 | 0.98 | 0.71 | 0.15 | 343.66 | 0.96 | 0.44 |
| Hex | DA | 5 | 3F | 0 | 62 | 47 | F | 158 | 60 | 2C |
| Octal | 332 | 5 | 77 | 0 | 142 | 107 | 17 | 530 | 140 | 54 |
| Binary | 11011010 | 101 | 111111 | 0 | 1100010 | 1000111 | 1111 | 101011000 | 1100000 | 101100 |
Color Harmonies of #DA053F
Complementary color
Monochromatic Colors of #DA053F
Black with #DA053F
Text Example
Text Example
White with #DA053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA053F; }
p { color: rgb(218,5,63); }
H1.HeaderClassName
{
color: #DA053F;
}
.AnyTagClassName
{
color: #DA053F;
}
</style>
background-color css
<style>
a { background-color: #DA053F; }
a { background-color: rgb(218,5,63); }
div.DivClassName
{
background-color: #DA053F;
}
.BgClassName
{
background-color: #DA053F;
}
</style>
border-color css
<style>
span { border-color: #DA053F; }
span { border-color: rgb(218,5,63); }
td.TdClassName
{
border-color: #DA053F;
}
.TagClassName
{
border-color: #DA053F;
}
</style>