Shades of Crimson #DA193D
Tints of Crimson #DA193D
RGB
CMYK
RGB Variations
Color information
#DA193D (or 0xDA193D) is known color: Crimson. HEX triplet: DA, 19 and 3D. RGB value is (218,25,61). Sum of RGB (Red+Green+Blue) = 218+25+61=304 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.71% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 218 - color contains mainly: red. Hex color #DA193D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA193D is #25E6C2. Grayscale: #565656. Windows color (decimal): -2483907 or 4004314. OLE color: 4004314.
HSL color Cylindrical-coordinate representation of color #DA193D: hue angle of 348.81º 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 #DA193D is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 25 | 61 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.15 |
| HSL | 348.81º | 0.79% | 0.48% | - |
| HSV(B) | 348.81º | 0.89% | 0.85% | - |
| XYZ | 30.1 | 15.94 | 5.9 | - |
| YUV | 86.81 | 113.44 | 221.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 61 | 0 | 0.89 | 0.72 | 0.15 | 348.81 | 0.79 | 0.48 |
| Hex | DA | 19 | 3D | 0 | 59 | 48 | F | 15D | 4F | 30 |
| Octal | 332 | 31 | 75 | 0 | 131 | 110 | 17 | 535 | 117 | 60 |
| Binary | 11011010 | 11001 | 111101 | 0 | 1011001 | 1001000 | 1111 | 101011101 | 1001111 | 110000 |
Color Harmonies of #DA193D
Complementary color
Monochromatic Colors of #DA193D
Black with #DA193D
Text Example
Text Example
White with #DA193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA193D; }
p { color: rgb(218,25,61); }
H1.HeaderClassName
{
color: #DA193D;
}
.AnyTagClassName
{
color: #DA193D;
}
</style>
background-color css
<style>
a { background-color: #DA193D; }
a { background-color: rgb(218,25,61); }
div.DivClassName
{
background-color: #DA193D;
}
.BgClassName
{
background-color: #DA193D;
}
</style>
border-color css
<style>
span { border-color: #DA193D; }
span { border-color: rgb(218,25,61); }
td.TdClassName
{
border-color: #DA193D;
}
.TagClassName
{
border-color: #DA193D;
}
</style>