Shades of Crimson #D51B31
Tints of Crimson #D51B31
RGB
CMYK
RGB Variations
Color information
#D51B31 (or 0xD51B31) is known color: Crimson. HEX triplet: D5, 1B and 31. RGB value is (213,27,49). Sum of RGB (Red+Green+Blue) = 213+27+49=289 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.70% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 213 - color contains mainly: red. Hex color #D51B31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D51B31 is #2AE4CE. Grayscale: #555555. Windows color (decimal): -2811087 or 3218389. OLE color: 3218389.
HSL color Cylindrical-coordinate representation of color #D51B31: hue angle of 352.9º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D51B31 is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 27 | 49 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.16 |
| HSL | 352.9º | 0.78% | 0.47% | - |
| HSV(B) | 352.9º | 0.87% | 0.84% | - |
| XYZ | 28.39 | 15.15 | 4.33 | - |
| YUV | 85.12 | 107.62 | 219.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 27 | 49 | 0 | 0.87 | 0.77 | 0.16 | 352.9 | 0.78 | 0.47 |
| Hex | D5 | 1B | 31 | 0 | 57 | 4D | 10 | 161 | 4E | 2F |
| Octal | 325 | 33 | 61 | 0 | 127 | 115 | 20 | 541 | 116 | 57 |
| Binary | 11010101 | 11011 | 110001 | 0 | 1010111 | 1001101 | 10000 | 101100001 | 1001110 | 101111 |
Color Harmonies of #D51B31
Complementary color
Monochromatic Colors of #D51B31
Black with #D51B31
Text Example
Text Example
White with #D51B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51B31; }
p { color: rgb(213,27,49); }
H1.HeaderClassName
{
color: #D51B31;
}
.AnyTagClassName
{
color: #D51B31;
}
</style>
background-color css
<style>
a { background-color: #D51B31; }
a { background-color: rgb(213,27,49); }
div.DivClassName
{
background-color: #D51B31;
}
.BgClassName
{
background-color: #D51B31;
}
</style>
border-color css
<style>
span { border-color: #D51B31; }
span { border-color: rgb(213,27,49); }
td.TdClassName
{
border-color: #D51B31;
}
.TagClassName
{
border-color: #D51B31;
}
</style>