Shades of Crimson #D51135
Tints of Crimson #D51135
RGB
CMYK
RGB Variations
Color information
#D51135 (or 0xD51135) is known color: Crimson. HEX triplet: D5, 11 and 35. RGB value is (213,17,53). Sum of RGB (Red+Green+Blue) = 213+17+53=283 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.27% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 213 - color contains mainly: red. Hex color #D51135 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51135 is #2AEECA. Grayscale: #4F4F4F. Windows color (decimal): -2813643 or 3477973. OLE color: 3477973.
HSL color Cylindrical-coordinate representation of color #D51135: hue angle of 348.98º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D51135 is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 53 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.16 |
| HSL | 348.98º | 0.85% | 0.45% | - |
| HSV(B) | 348.98º | 0.92% | 0.84% | - |
| XYZ | 28.28 | 14.8 | 4.73 | - |
| YUV | 79.71 | 112.93 | 223.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 53 | 0 | 0.92 | 0.75 | 0.16 | 348.98 | 0.85 | 0.45 |
| Hex | D5 | 11 | 35 | 0 | 5C | 4B | 10 | 15D | 55 | 2D |
| Octal | 325 | 21 | 65 | 0 | 134 | 113 | 20 | 535 | 125 | 55 |
| Binary | 11010101 | 10001 | 110101 | 0 | 1011100 | 1001011 | 10000 | 101011101 | 1010101 | 101101 |
Color Harmonies of #D51135
Complementary color
Monochromatic Colors of #D51135
Black with #D51135
Text Example
Text Example
White with #D51135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51135; }
p { color: rgb(213,17,53); }
H1.HeaderClassName
{
color: #D51135;
}
.AnyTagClassName
{
color: #D51135;
}
</style>
background-color css
<style>
a { background-color: #D51135; }
a { background-color: rgb(213,17,53); }
div.DivClassName
{
background-color: #D51135;
}
.BgClassName
{
background-color: #D51135;
}
</style>
border-color css
<style>
span { border-color: #D51135; }
span { border-color: rgb(213,17,53); }
td.TdClassName
{
border-color: #D51135;
}
.TagClassName
{
border-color: #D51135;
}
</style>