Shades of Crimson #D31035
Tints of Crimson #D31035
RGB
CMYK
RGB Variations
Color information
#D31035 (or 0xD31035) is known color: Crimson. HEX triplet: D3, 10 and 35. RGB value is (211,16,53). Sum of RGB (Red+Green+Blue) = 211+16+53=280 (37% of max value = 765). Red value is 211 (82.81% from 255 or 75.36% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 211 - color contains mainly: red. Hex color #D31035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31035 is #2CEFCA. Grayscale: #4E4E4E. Windows color (decimal): -2944971 or 3477715. OLE color: 3477715.
HSL color Cylindrical-coordinate representation of color #D31035: hue angle of 348.62º degrees, saturation: 0.86, 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 #D31035 is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 16 | 53 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.17 |
| HSL | 348.62º | 0.86% | 0.45% | - |
| HSV(B) | 348.62º | 0.92% | 0.83% | - |
| XYZ | 27.69 | 14.48 | 4.7 | - |
| YUV | 78.52 | 113.6 | 222.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 16 | 53 | 0 | 0.92 | 0.75 | 0.17 | 348.62 | 0.86 | 0.45 |
| Hex | D3 | 10 | 35 | 0 | 5C | 4B | 11 | 15D | 56 | 2D |
| Octal | 323 | 20 | 65 | 0 | 134 | 113 | 21 | 535 | 126 | 55 |
| Binary | 11010011 | 10000 | 110101 | 0 | 1011100 | 1001011 | 10001 | 101011101 | 1010110 | 101101 |
Color Harmonies of #D31035
Complementary color
Monochromatic Colors of #D31035
Black with #D31035
Text Example
Text Example
White with #D31035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31035; }
p { color: rgb(211,16,53); }
H1.HeaderClassName
{
color: #D31035;
}
.AnyTagClassName
{
color: #D31035;
}
</style>
background-color css
<style>
a { background-color: #D31035; }
a { background-color: rgb(211,16,53); }
div.DivClassName
{
background-color: #D31035;
}
.BgClassName
{
background-color: #D31035;
}
</style>
border-color css
<style>
span { border-color: #D31035; }
span { border-color: rgb(211,16,53); }
td.TdClassName
{
border-color: #D31035;
}
.TagClassName
{
border-color: #D31035;
}
</style>