Shades of Crimson #D31743
Tints of Crimson #D31743
RGB
CMYK
RGB Variations
Color information
#D31743 (or 0xD31743) is known color: Crimson. HEX triplet: D3, 17 and 43. RGB value is (211,23,67). Sum of RGB (Red+Green+Blue) = 211+23+67=301 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.10% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 67 (26.56% from 255 or 22.26% from 301); Max value from RGB is 211 - color contains mainly: red. Hex color #D31743 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31743 is #2CE8BC. Grayscale: #545454. Windows color (decimal): -2943165 or 4397011. OLE color: 4397011.
HSL color Cylindrical-coordinate representation of color #D31743: hue angle of 345.96º 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 #D31743 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 23 | 67 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.17 |
| HSL | 345.96º | 0.8% | 0.46% | - |
| HSV(B) | 345.96º | 0.89% | 0.83% | - |
| XYZ | 28.18 | 14.87 | 6.69 | - |
| YUV | 84.23 | 118.28 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 23 | 67 | 0 | 0.89 | 0.68 | 0.17 | 345.96 | 0.8 | 0.46 |
| Hex | D3 | 17 | 43 | 0 | 59 | 44 | 11 | 15A | 50 | 2E |
| Octal | 323 | 27 | 103 | 0 | 131 | 104 | 21 | 532 | 120 | 56 |
| Binary | 11010011 | 10111 | 1000011 | 0 | 1011001 | 1000100 | 10001 | 101011010 | 1010000 | 101110 |
Color Harmonies of #D31743
Complementary color
Monochromatic Colors of #D31743
Black with #D31743
Text Example
Text Example
White with #D31743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31743; }
p { color: rgb(211,23,67); }
H1.HeaderClassName
{
color: #D31743;
}
.AnyTagClassName
{
color: #D31743;
}
</style>
background-color css
<style>
a { background-color: #D31743; }
a { background-color: rgb(211,23,67); }
div.DivClassName
{
background-color: #D31743;
}
.BgClassName
{
background-color: #D31743;
}
</style>
border-color css
<style>
span { border-color: #D31743; }
span { border-color: rgb(211,23,67); }
td.TdClassName
{
border-color: #D31743;
}
.TagClassName
{
border-color: #D31743;
}
</style>