Shades of Crimson #DA193E
Tints of Crimson #DA193E
RGB
CMYK
RGB Variations
Color information
#DA193E (or 0xDA193E) is known color: Crimson. HEX triplet: DA, 19 and 3E. RGB value is (218,25,62). Sum of RGB (Red+Green+Blue) = 218+25+62=305 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.48% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 218 - color contains mainly: red. Hex color #DA193E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA193E is #25E6C1. Grayscale: #565656. Windows color (decimal): -2483906 or 4069850. OLE color: 4069850.
HSL color Cylindrical-coordinate representation of color #DA193E: hue angle of 348.5º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA193E is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 25 | 62 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.15 |
| HSL | 348.5º | 0.79% | 0.48% | - |
| HSV(B) | 348.5º | 0.89% | 0.85% | - |
| XYZ | 30.13 | 15.95 | 6.05 | - |
| YUV | 86.93 | 113.94 | 221.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 62 | 0 | 0.89 | 0.72 | 0.15 | 348.5 | 0.79 | 0.48 |
| Hex | DA | 19 | 3E | 0 | 59 | 48 | F | 15C | 4F | 30 |
| Octal | 332 | 31 | 76 | 0 | 131 | 110 | 17 | 534 | 117 | 60 |
| Binary | 11011010 | 11001 | 111110 | 0 | 1011001 | 1001000 | 1111 | 101011100 | 1001111 | 110000 |
Color Harmonies of #DA193E
Complementary color
Monochromatic Colors of #DA193E
Black with #DA193E
Text Example
Text Example
White with #DA193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA193E; }
p { color: rgb(218,25,62); }
H1.HeaderClassName
{
color: #DA193E;
}
.AnyTagClassName
{
color: #DA193E;
}
</style>
background-color css
<style>
a { background-color: #DA193E; }
a { background-color: rgb(218,25,62); }
div.DivClassName
{
background-color: #DA193E;
}
.BgClassName
{
background-color: #DA193E;
}
</style>
border-color css
<style>
span { border-color: #DA193E; }
span { border-color: rgb(218,25,62); }
td.TdClassName
{
border-color: #DA193E;
}
.TagClassName
{
border-color: #DA193E;
}
</style>