Shades of Crimson #D5183D
Tints of Crimson #D5183D
RGB
CMYK
RGB Variations
Color information
#D5183D (or 0xD5183D) is known color: Crimson. HEX triplet: D5, 18 and 3D. RGB value is (213,24,61). Sum of RGB (Red+Green+Blue) = 213+24+61=298 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.48% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 213 - color contains mainly: red. Hex color #D5183D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5183D is #2AE7C2. Grayscale: #545454. Windows color (decimal): -2811843 or 4004053. OLE color: 4004053.
HSL color Cylindrical-coordinate representation of color #D5183D: hue angle of 348.25º 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 #D5183D is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 24 | 61 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.16 |
| HSL | 348.25º | 0.8% | 0.46% | - |
| HSV(B) | 348.25º | 0.89% | 0.84% | - |
| XYZ | 28.61 | 15.14 | 5.83 | - |
| YUV | 84.73 | 114.62 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 24 | 61 | 0 | 0.89 | 0.71 | 0.16 | 348.25 | 0.8 | 0.46 |
| Hex | D5 | 18 | 3D | 0 | 59 | 47 | 10 | 15C | 50 | 2E |
| Octal | 325 | 30 | 75 | 0 | 131 | 107 | 20 | 534 | 120 | 56 |
| Binary | 11010101 | 11000 | 111101 | 0 | 1011001 | 1000111 | 10000 | 101011100 | 1010000 | 101110 |
Color Harmonies of #D5183D
Complementary color
Monochromatic Colors of #D5183D
Black with #D5183D
Text Example
Text Example
White with #D5183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5183D; }
p { color: rgb(213,24,61); }
H1.HeaderClassName
{
color: #D5183D;
}
.AnyTagClassName
{
color: #D5183D;
}
</style>
background-color css
<style>
a { background-color: #D5183D; }
a { background-color: rgb(213,24,61); }
div.DivClassName
{
background-color: #D5183D;
}
.BgClassName
{
background-color: #D5183D;
}
</style>
border-color css
<style>
span { border-color: #D5183D; }
span { border-color: rgb(213,24,61); }
td.TdClassName
{
border-color: #D5183D;
}
.TagClassName
{
border-color: #D5183D;
}
</style>