Shades of Crimson #D5113F
Tints of Crimson #D5113F
RGB
CMYK
RGB Variations
Color information
#D5113F (or 0xD5113F) is known color: Crimson. HEX triplet: D5, 11 and 3F. RGB value is (213,17,63). Sum of RGB (Red+Green+Blue) = 213+17+63=293 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.70% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 213 - color contains mainly: red. Hex color #D5113F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5113F is #2AEEC0. Grayscale: #505050. Windows color (decimal): -2813633 or 4133333. OLE color: 4133333.
HSL color Cylindrical-coordinate representation of color #D5113F: hue angle of 345.92º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D5113F is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 63 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.16 |
| HSL | 345.92º | 0.85% | 0.45% | - |
| HSV(B) | 345.92º | 0.92% | 0.84% | - |
| XYZ | 28.54 | 14.91 | 6.08 | - |
| YUV | 80.85 | 117.93 | 222.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 63 | 0 | 0.92 | 0.70 | 0.16 | 345.92 | 0.85 | 0.45 |
| Hex | D5 | 11 | 3F | 0 | 5C | 46 | 10 | 15A | 55 | 2D |
| Octal | 325 | 21 | 77 | 0 | 134 | 106 | 20 | 532 | 125 | 55 |
| Binary | 11010101 | 10001 | 111111 | 0 | 1011100 | 1000110 | 10000 | 101011010 | 1010101 | 101101 |
Color Harmonies of #D5113F
Complementary color
Monochromatic Colors of #D5113F
Black with #D5113F
Text Example
Text Example
White with #D5113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5113F; }
p { color: rgb(213,17,63); }
H1.HeaderClassName
{
color: #D5113F;
}
.AnyTagClassName
{
color: #D5113F;
}
</style>
background-color css
<style>
a { background-color: #D5113F; }
a { background-color: rgb(213,17,63); }
div.DivClassName
{
background-color: #D5113F;
}
.BgClassName
{
background-color: #D5113F;
}
</style>
border-color css
<style>
span { border-color: #D5113F; }
span { border-color: rgb(213,17,63); }
td.TdClassName
{
border-color: #D5113F;
}
.TagClassName
{
border-color: #D5113F;
}
</style>