Shades of Crimson #D51A37
Tints of Crimson #D51A37
RGB
CMYK
RGB Variations
Color information
#D51A37 (or 0xD51A37) is known color: Crimson. HEX triplet: D5, 1A and 37. RGB value is (213,26,55). Sum of RGB (Red+Green+Blue) = 213+26+55=294 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.45% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 213 - color contains mainly: red. Hex color #D51A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D51A37 is #2AE5C8. Grayscale: #555555. Windows color (decimal): -2811337 or 3611349. OLE color: 3611349.
HSL color Cylindrical-coordinate representation of color #D51A37: hue angle of 350.7º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D51A37 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 26 | 55 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.16 |
| HSL | 350.7º | 0.78% | 0.47% | - |
| HSV(B) | 350.7º | 0.88% | 0.84% | - |
| XYZ | 28.5 | 15.16 | 5.04 | - |
| YUV | 85.22 | 110.95 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 26 | 55 | 0 | 0.88 | 0.74 | 0.16 | 350.7 | 0.78 | 0.47 |
| Hex | D5 | 1A | 37 | 0 | 58 | 4A | 10 | 15F | 4E | 2F |
| Octal | 325 | 32 | 67 | 0 | 130 | 112 | 20 | 537 | 116 | 57 |
| Binary | 11010101 | 11010 | 110111 | 0 | 1011000 | 1001010 | 10000 | 101011111 | 1001110 | 101111 |
Color Harmonies of #D51A37
Complementary color
Monochromatic Colors of #D51A37
Black with #D51A37
Text Example
Text Example
White with #D51A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51A37; }
p { color: rgb(213,26,55); }
H1.HeaderClassName
{
color: #D51A37;
}
.AnyTagClassName
{
color: #D51A37;
}
</style>
background-color css
<style>
a { background-color: #D51A37; }
a { background-color: rgb(213,26,55); }
div.DivClassName
{
background-color: #D51A37;
}
.BgClassName
{
background-color: #D51A37;
}
</style>
border-color css
<style>
span { border-color: #D51A37; }
span { border-color: rgb(213,26,55); }
td.TdClassName
{
border-color: #D51A37;
}
.TagClassName
{
border-color: #D51A37;
}
</style>