Shades of Crimson #D31543
Tints of Crimson #D31543
RGB
CMYK
RGB Variations
Color information
#D31543 (or 0xD31543) is known color: Crimson. HEX triplet: D3, 15 and 43. RGB value is (211,21,67). Sum of RGB (Red+Green+Blue) = 211+21+67=299 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.57% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 67 (26.56% from 255 or 22.41% from 299); Max value from RGB is 211 - color contains mainly: red. Hex color #D31543 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31543 is #2CEABC. Grayscale: #535353. Windows color (decimal): -2943677 or 4396499. OLE color: 4396499.
HSL color Cylindrical-coordinate representation of color #D31543: hue angle of 345.47º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D31543 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 21 | 67 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.17 |
| HSL | 345.47º | 0.82% | 0.45% | - |
| HSV(B) | 345.47º | 0.9% | 0.83% | - |
| XYZ | 28.15 | 14.79 | 6.68 | - |
| YUV | 83.05 | 118.95 | 219.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 21 | 67 | 0 | 0.90 | 0.68 | 0.17 | 345.47 | 0.82 | 0.45 |
| Hex | D3 | 15 | 43 | 0 | 5A | 44 | 11 | 159 | 52 | 2D |
| Octal | 323 | 25 | 103 | 0 | 132 | 104 | 21 | 531 | 122 | 55 |
| Binary | 11010011 | 10101 | 1000011 | 0 | 1011010 | 1000100 | 10001 | 101011001 | 1010010 | 101101 |
Color Harmonies of #D31543
Complementary color
Monochromatic Colors of #D31543
Black with #D31543
Text Example
Text Example
White with #D31543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31543; }
p { color: rgb(211,21,67); }
H1.HeaderClassName
{
color: #D31543;
}
.AnyTagClassName
{
color: #D31543;
}
</style>
background-color css
<style>
a { background-color: #D31543; }
a { background-color: rgb(211,21,67); }
div.DivClassName
{
background-color: #D31543;
}
.BgClassName
{
background-color: #D31543;
}
</style>
border-color css
<style>
span { border-color: #D31543; }
span { border-color: rgb(211,21,67); }
td.TdClassName
{
border-color: #D31543;
}
.TagClassName
{
border-color: #D31543;
}
</style>