Shades of Crimson #D5193E
Tints of Crimson #D5193E
RGB
CMYK
RGB Variations
Color information
#D5193E (or 0xD5193E) is known color: Crimson. HEX triplet: D5, 19 and 3E. RGB value is (213,25,62). Sum of RGB (Red+Green+Blue) = 213+25+62=300 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 213 - color contains mainly: red. Hex color #D5193E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5193E is #2AE6C1. Grayscale: #555555. Windows color (decimal): -2811586 or 4069845. OLE color: 4069845.
HSL color Cylindrical-coordinate representation of color #D5193E: hue angle of 348.19º 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 #D5193E is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 25 | 62 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.16 |
| HSL | 348.19º | 0.79% | 0.47% | - |
| HSV(B) | 348.19º | 0.88% | 0.84% | - |
| XYZ | 28.66 | 15.19 | 5.98 | - |
| YUV | 85.43 | 114.78 | 218.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 25 | 62 | 0 | 0.88 | 0.71 | 0.16 | 348.19 | 0.79 | 0.47 |
| Hex | D5 | 19 | 3E | 0 | 58 | 47 | 10 | 15C | 4F | 2F |
| Octal | 325 | 31 | 76 | 0 | 130 | 107 | 20 | 534 | 117 | 57 |
| Binary | 11010101 | 11001 | 111110 | 0 | 1011000 | 1000111 | 10000 | 101011100 | 1001111 | 101111 |
Color Harmonies of #D5193E
Complementary color
Monochromatic Colors of #D5193E
Black with #D5193E
Text Example
Text Example
White with #D5193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5193E; }
p { color: rgb(213,25,62); }
H1.HeaderClassName
{
color: #D5193E;
}
.AnyTagClassName
{
color: #D5193E;
}
</style>
background-color css
<style>
a { background-color: #D5193E; }
a { background-color: rgb(213,25,62); }
div.DivClassName
{
background-color: #D5193E;
}
.BgClassName
{
background-color: #D5193E;
}
</style>
border-color css
<style>
span { border-color: #D5193E; }
span { border-color: rgb(213,25,62); }
td.TdClassName
{
border-color: #D5193E;
}
.TagClassName
{
border-color: #D5193E;
}
</style>