Shades of Crimson #D5193A
Tints of Crimson #D5193A
RGB
CMYK
RGB Variations
Color information
#D5193A (or 0xD5193A) is known color: Crimson. HEX triplet: D5, 19 and 3A. RGB value is (213,25,58). Sum of RGB (Red+Green+Blue) = 213+25+58=296 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.96% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 213 - color contains mainly: red. Hex color #D5193A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5193A is #2AE6C5. Grayscale: #555555. Windows color (decimal): -2811590 or 3807701. OLE color: 3807701.
HSL color Cylindrical-coordinate representation of color #D5193A: hue angle of 349.47º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5193A is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 25 | 58 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.16 |
| HSL | 349.47º | 0.79% | 0.47% | - |
| HSV(B) | 349.47º | 0.88% | 0.84% | - |
| XYZ | 28.55 | 15.15 | 5.42 | - |
| YUV | 84.97 | 112.78 | 219.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 25 | 58 | 0 | 0.88 | 0.73 | 0.16 | 349.47 | 0.79 | 0.47 |
| Hex | D5 | 19 | 3A | 0 | 58 | 49 | 10 | 15D | 4F | 2F |
| Octal | 325 | 31 | 72 | 0 | 130 | 111 | 20 | 535 | 117 | 57 |
| Binary | 11010101 | 11001 | 111010 | 0 | 1011000 | 1001001 | 10000 | 101011101 | 1001111 | 101111 |
Color Harmonies of #D5193A
Complementary color
Monochromatic Colors of #D5193A
Black with #D5193A
Text Example
Text Example
White with #D5193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5193A; }
p { color: rgb(213,25,58); }
H1.HeaderClassName
{
color: #D5193A;
}
.AnyTagClassName
{
color: #D5193A;
}
</style>
background-color css
<style>
a { background-color: #D5193A; }
a { background-color: rgb(213,25,58); }
div.DivClassName
{
background-color: #D5193A;
}
.BgClassName
{
background-color: #D5193A;
}
</style>
border-color css
<style>
span { border-color: #D5193A; }
span { border-color: rgb(213,25,58); }
td.TdClassName
{
border-color: #D5193A;
}
.TagClassName
{
border-color: #D5193A;
}
</style>