Shades of Crimson #D5183F
Tints of Crimson #D5183F
RGB
CMYK
RGB Variations
Color information
#D5183F (or 0xD5183F) is known color: Crimson. HEX triplet: D5, 18 and 3F. RGB value is (213,24,63). Sum of RGB (Red+Green+Blue) = 213+24+63=300 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 213 - color contains mainly: red. Hex color #D5183F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5183F is #2AE7C0. Grayscale: #545454. Windows color (decimal): -2811841 or 4135125. OLE color: 4135125.
HSL color Cylindrical-coordinate representation of color #D5183F: hue angle of 347.62º 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 #D5183F is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 24 | 63 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.16 |
| HSL | 347.62º | 0.8% | 0.46% | - |
| HSV(B) | 347.62º | 0.89% | 0.84% | - |
| XYZ | 28.66 | 15.16 | 6.12 | - |
| YUV | 84.96 | 115.62 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 24 | 63 | 0 | 0.89 | 0.70 | 0.16 | 347.62 | 0.8 | 0.46 |
| Hex | D5 | 18 | 3F | 0 | 59 | 46 | 10 | 15C | 50 | 2E |
| Octal | 325 | 30 | 77 | 0 | 131 | 106 | 20 | 534 | 120 | 56 |
| Binary | 11010101 | 11000 | 111111 | 0 | 1011001 | 1000110 | 10000 | 101011100 | 1010000 | 101110 |
Color Harmonies of #D5183F
Complementary color
Monochromatic Colors of #D5183F
Black with #D5183F
Text Example
Text Example
White with #D5183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5183F; }
p { color: rgb(213,24,63); }
H1.HeaderClassName
{
color: #D5183F;
}
.AnyTagClassName
{
color: #D5183F;
}
</style>
background-color css
<style>
a { background-color: #D5183F; }
a { background-color: rgb(213,24,63); }
div.DivClassName
{
background-color: #D5183F;
}
.BgClassName
{
background-color: #D5183F;
}
</style>
border-color css
<style>
span { border-color: #D5183F; }
span { border-color: rgb(213,24,63); }
td.TdClassName
{
border-color: #D5183F;
}
.TagClassName
{
border-color: #D5183F;
}
</style>