Shades of Crimson #DA192E
Tints of Crimson #DA192E
RGB
CMYK
RGB Variations
Color information
#DA192E (or 0xDA192E) is known color: Crimson. HEX triplet: DA, 19 and 2E. RGB value is (218,25,46). Sum of RGB (Red+Green+Blue) = 218+25+46=289 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.43% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 46 (18.36% from 255 or 15.92% from 289); Max value from RGB is 218 - color contains mainly: red. Hex color #DA192E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA192E is #25E6D1. Grayscale: #555555. Windows color (decimal): -2483922 or 3021274. OLE color: 3021274.
HSL color Cylindrical-coordinate representation of color #DA192E: hue angle of 353.47º 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 #DA192E is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 25 | 46 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.15 |
| HSL | 353.47º | 0.79% | 0.48% | - |
| HSV(B) | 353.47º | 0.89% | 0.85% | - |
| XYZ | 29.75 | 15.8 | 4.07 | - |
| YUV | 85.1 | 105.94 | 222.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 46 | 0 | 0.89 | 0.79 | 0.15 | 353.47 | 0.79 | 0.48 |
| Hex | DA | 19 | 2E | 0 | 59 | 4F | F | 161 | 4F | 30 |
| Octal | 332 | 31 | 56 | 0 | 131 | 117 | 17 | 541 | 117 | 60 |
| Binary | 11011010 | 11001 | 101110 | 0 | 1011001 | 1001111 | 1111 | 101100001 | 1001111 | 110000 |
Color Harmonies of #DA192E
Complementary color
Monochromatic Colors of #DA192E
Black with #DA192E
Text Example
Text Example
White with #DA192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA192E; }
p { color: rgb(218,25,46); }
H1.HeaderClassName
{
color: #DA192E;
}
.AnyTagClassName
{
color: #DA192E;
}
</style>
background-color css
<style>
a { background-color: #DA192E; }
a { background-color: rgb(218,25,46); }
div.DivClassName
{
background-color: #DA192E;
}
.BgClassName
{
background-color: #DA192E;
}
</style>
border-color css
<style>
span { border-color: #DA192E; }
span { border-color: rgb(218,25,46); }
td.TdClassName
{
border-color: #DA192E;
}
.TagClassName
{
border-color: #DA192E;
}
</style>