Shades of Crimson #D5194D
Tints of Crimson #D5194D
RGB
CMYK
RGB Variations
Color information
#D5194D (or 0xD5194D) is known color: Crimson. HEX triplet: D5, 19 and 4D. RGB value is (213,25,77). Sum of RGB (Red+Green+Blue) = 213+25+77=315 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.62% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 213 - color contains mainly: red. Hex color #D5194D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5194D is #2AE6B2. Grayscale: #575757. Windows color (decimal): -2811571 or 5052885. OLE color: 5052885.
HSL color Cylindrical-coordinate representation of color #D5194D: hue angle of 343.4º 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 #D5194D is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 25 | 77 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.16 |
| HSL | 343.4º | 0.79% | 0.47% | - |
| HSV(B) | 343.4º | 0.88% | 0.84% | - |
| XYZ | 29.13 | 15.38 | 8.45 | - |
| YUV | 87.14 | 122.28 | 217.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 25 | 77 | 0 | 0.88 | 0.64 | 0.16 | 343.4 | 0.79 | 0.47 |
| Hex | D5 | 19 | 4D | 0 | 58 | 40 | 10 | 157 | 4F | 2F |
| Octal | 325 | 31 | 115 | 0 | 130 | 100 | 20 | 527 | 117 | 57 |
| Binary | 11010101 | 11001 | 1001101 | 0 | 1011000 | 1000000 | 10000 | 101010111 | 1001111 | 101111 |
Color Harmonies of #D5194D
Complementary color
Monochromatic Colors of #D5194D
Black with #D5194D
Text Example
Text Example
White with #D5194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5194D; }
p { color: rgb(213,25,77); }
H1.HeaderClassName
{
color: #D5194D;
}
.AnyTagClassName
{
color: #D5194D;
}
</style>
background-color css
<style>
a { background-color: #D5194D; }
a { background-color: rgb(213,25,77); }
div.DivClassName
{
background-color: #D5194D;
}
.BgClassName
{
background-color: #D5194D;
}
</style>
border-color css
<style>
span { border-color: #D5194D; }
span { border-color: rgb(213,25,77); }
td.TdClassName
{
border-color: #D5194D;
}
.TagClassName
{
border-color: #D5194D;
}
</style>