Shades of Crimson #D3183D
Tints of Crimson #D3183D
RGB
CMYK
RGB Variations
Color information
#D3183D (or 0xD3183D) is known color: Crimson. HEX triplet: D3, 18 and 3D. RGB value is (211,24,61). Sum of RGB (Red+Green+Blue) = 211+24+61=296 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.28% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 211 - color contains mainly: red. Hex color #D3183D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3183D is #2CE7C2. Grayscale: #545454. Windows color (decimal): -2942915 or 4004051. OLE color: 4004051.
HSL color Cylindrical-coordinate representation of color #D3183D: hue angle of 348.13º 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 #D3183D is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 24 | 61 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.17 |
| HSL | 348.13º | 0.8% | 0.46% | - |
| HSV(B) | 348.13º | 0.89% | 0.83% | - |
| XYZ | 28.03 | 14.84 | 5.8 | - |
| YUV | 84.13 | 114.95 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 24 | 61 | 0 | 0.89 | 0.71 | 0.17 | 348.13 | 0.8 | 0.46 |
| Hex | D3 | 18 | 3D | 0 | 59 | 47 | 11 | 15C | 50 | 2E |
| Octal | 323 | 30 | 75 | 0 | 131 | 107 | 21 | 534 | 120 | 56 |
| Binary | 11010011 | 11000 | 111101 | 0 | 1011001 | 1000111 | 10001 | 101011100 | 1010000 | 101110 |
Color Harmonies of #D3183D
Complementary color
Monochromatic Colors of #D3183D
Black with #D3183D
Text Example
Text Example
White with #D3183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3183D; }
p { color: rgb(211,24,61); }
H1.HeaderClassName
{
color: #D3183D;
}
.AnyTagClassName
{
color: #D3183D;
}
</style>
background-color css
<style>
a { background-color: #D3183D; }
a { background-color: rgb(211,24,61); }
div.DivClassName
{
background-color: #D3183D;
}
.BgClassName
{
background-color: #D3183D;
}
</style>
border-color css
<style>
span { border-color: #D3183D; }
span { border-color: rgb(211,24,61); }
td.TdClassName
{
border-color: #D3183D;
}
.TagClassName
{
border-color: #D3183D;
}
</style>