Shades of Crimson #D31135
Tints of Crimson #D31135
RGB
CMYK
RGB Variations
Color information
#D31135 (or 0xD31135) is known color: Crimson. HEX triplet: D3, 11 and 35. RGB value is (211,17,53). Sum of RGB (Red+Green+Blue) = 211+17+53=281 (37% of max value = 765). Red value is 211 (82.81% from 255 or 75.09% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 211 - color contains mainly: red. Hex color #D31135 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31135 is #2CEECA. Grayscale: #4F4F4F. Windows color (decimal): -2944715 or 3477971. OLE color: 3477971.
HSL color Cylindrical-coordinate representation of color #D31135: hue angle of 348.87º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D31135 is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 17 | 53 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.17 |
| HSL | 348.87º | 0.85% | 0.45% | - |
| HSV(B) | 348.87º | 0.92% | 0.83% | - |
| XYZ | 27.71 | 14.51 | 4.71 | - |
| YUV | 79.11 | 113.27 | 222.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 17 | 53 | 0 | 0.92 | 0.75 | 0.17 | 348.87 | 0.85 | 0.45 |
| Hex | D3 | 11 | 35 | 0 | 5C | 4B | 11 | 15D | 55 | 2D |
| Octal | 323 | 21 | 65 | 0 | 134 | 113 | 21 | 535 | 125 | 55 |
| Binary | 11010011 | 10001 | 110101 | 0 | 1011100 | 1001011 | 10001 | 101011101 | 1010101 | 101101 |
Color Harmonies of #D31135
Complementary color
Monochromatic Colors of #D31135
Black with #D31135
Text Example
Text Example
White with #D31135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31135; }
p { color: rgb(211,17,53); }
H1.HeaderClassName
{
color: #D31135;
}
.AnyTagClassName
{
color: #D31135;
}
</style>
background-color css
<style>
a { background-color: #D31135; }
a { background-color: rgb(211,17,53); }
div.DivClassName
{
background-color: #D31135;
}
.BgClassName
{
background-color: #D31135;
}
</style>
border-color css
<style>
span { border-color: #D31135; }
span { border-color: rgb(211,17,53); }
td.TdClassName
{
border-color: #D31135;
}
.TagClassName
{
border-color: #D31135;
}
</style>