Shades of Crimson #D51336
Tints of Crimson #D51336
RGB
CMYK
RGB Variations
Color information
#D51336 (or 0xD51336) is known color: Crimson. HEX triplet: D5, 13 and 36. RGB value is (213,19,54). Sum of RGB (Red+Green+Blue) = 213+19+54=286 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.48% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 213 - color contains mainly: red. Hex color #D51336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51336 is #2AECC9. Grayscale: #515151. Windows color (decimal): -2813130 or 3544021. OLE color: 3544021.
HSL color Cylindrical-coordinate representation of color #D51336: hue angle of 349.18º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D51336 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 19 | 54 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.16 |
| HSL | 349.18º | 0.84% | 0.45% | - |
| HSV(B) | 349.18º | 0.91% | 0.84% | - |
| XYZ | 28.34 | 14.88 | 4.87 | - |
| YUV | 81 | 112.77 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 19 | 54 | 0 | 0.91 | 0.75 | 0.16 | 349.18 | 0.84 | 0.45 |
| Hex | D5 | 13 | 36 | 0 | 5B | 4B | 10 | 15D | 54 | 2D |
| Octal | 325 | 23 | 66 | 0 | 133 | 113 | 20 | 535 | 124 | 55 |
| Binary | 11010101 | 10011 | 110110 | 0 | 1011011 | 1001011 | 10000 | 101011101 | 1010100 | 101101 |
Color Harmonies of #D51336
Complementary color
Monochromatic Colors of #D51336
Black with #D51336
Text Example
Text Example
White with #D51336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51336; }
p { color: rgb(213,19,54); }
H1.HeaderClassName
{
color: #D51336;
}
.AnyTagClassName
{
color: #D51336;
}
</style>
background-color css
<style>
a { background-color: #D51336; }
a { background-color: rgb(213,19,54); }
div.DivClassName
{
background-color: #D51336;
}
.BgClassName
{
background-color: #D51336;
}
</style>
border-color css
<style>
span { border-color: #D51336; }
span { border-color: rgb(213,19,54); }
td.TdClassName
{
border-color: #D51336;
}
.TagClassName
{
border-color: #D51336;
}
</style>