Shades of Crimson #D3183E
Tints of Crimson #D3183E
RGB
CMYK
RGB Variations
Color information
#D3183E (or 0xD3183E) is known color: Crimson. HEX triplet: D3, 18 and 3E. RGB value is (211,24,62). Sum of RGB (Red+Green+Blue) = 211+24+62=297 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.04% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 211 - color contains mainly: red. Hex color #D3183E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3183E is #2CE7C1. Grayscale: #545454. Windows color (decimal): -2942914 or 4069587. OLE color: 4069587.
HSL color Cylindrical-coordinate representation of color #D3183E: hue angle of 347.81º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D3183E is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 24 | 62 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.17 |
| HSL | 347.81º | 0.8% | 0.46% | - |
| HSV(B) | 347.81º | 0.89% | 0.83% | - |
| XYZ | 28.06 | 14.85 | 5.94 | - |
| YUV | 84.25 | 115.45 | 218.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 24 | 62 | 0 | 0.89 | 0.71 | 0.17 | 347.81 | 0.8 | 0.46 |
| Hex | D3 | 18 | 3E | 0 | 59 | 47 | 11 | 15C | 50 | 2E |
| Octal | 323 | 30 | 76 | 0 | 131 | 107 | 21 | 534 | 120 | 56 |
| Binary | 11010011 | 11000 | 111110 | 0 | 1011001 | 1000111 | 10001 | 101011100 | 1010000 | 101110 |
Color Harmonies of #D3183E
Complementary color
Monochromatic Colors of #D3183E
Black with #D3183E
Text Example
Text Example
White with #D3183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3183E; }
p { color: rgb(211,24,62); }
H1.HeaderClassName
{
color: #D3183E;
}
.AnyTagClassName
{
color: #D3183E;
}
</style>
background-color css
<style>
a { background-color: #D3183E; }
a { background-color: rgb(211,24,62); }
div.DivClassName
{
background-color: #D3183E;
}
.BgClassName
{
background-color: #D3183E;
}
</style>
border-color css
<style>
span { border-color: #D3183E; }
span { border-color: rgb(211,24,62); }
td.TdClassName
{
border-color: #D3183E;
}
.TagClassName
{
border-color: #D3183E;
}
</style>