Shades of Crimson #D5183E
Tints of Crimson #D5183E
RGB
CMYK
RGB Variations
Color information
#D5183E (or 0xD5183E) is known color: Crimson. HEX triplet: D5, 18 and 3E. RGB value is (213,24,62). Sum of RGB (Red+Green+Blue) = 213+24+62=299 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.24% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 213 - color contains mainly: red. Hex color #D5183E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5183E is #2AE7C1. Grayscale: #545454. Windows color (decimal): -2811842 or 4069589. OLE color: 4069589.
HSL color Cylindrical-coordinate representation of color #D5183E: hue angle of 347.94º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D5183E is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 24 | 62 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.16 |
| HSL | 347.94º | 0.8% | 0.46% | - |
| HSV(B) | 347.94º | 0.89% | 0.84% | - |
| XYZ | 28.64 | 15.15 | 5.97 | - |
| YUV | 84.84 | 115.12 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 24 | 62 | 0 | 0.89 | 0.71 | 0.16 | 347.94 | 0.8 | 0.46 |
| Hex | D5 | 18 | 3E | 0 | 59 | 47 | 10 | 15C | 50 | 2E |
| Octal | 325 | 30 | 76 | 0 | 131 | 107 | 20 | 534 | 120 | 56 |
| Binary | 11010101 | 11000 | 111110 | 0 | 1011001 | 1000111 | 10000 | 101011100 | 1010000 | 101110 |
Color Harmonies of #D5183E
Complementary color
Monochromatic Colors of #D5183E
Black with #D5183E
Text Example
Text Example
White with #D5183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5183E; }
p { color: rgb(213,24,62); }
H1.HeaderClassName
{
color: #D5183E;
}
.AnyTagClassName
{
color: #D5183E;
}
</style>
background-color css
<style>
a { background-color: #D5183E; }
a { background-color: rgb(213,24,62); }
div.DivClassName
{
background-color: #D5183E;
}
.BgClassName
{
background-color: #D5183E;
}
</style>
border-color css
<style>
span { border-color: #D5183E; }
span { border-color: rgb(213,24,62); }
td.TdClassName
{
border-color: #D5183E;
}
.TagClassName
{
border-color: #D5183E;
}
</style>