Shades of Crimson #D51349
Tints of Crimson #D51349
RGB
CMYK
RGB Variations
Color information
#D51349 (or 0xD51349) is known color: Crimson. HEX triplet: D5, 13 and 49. RGB value is (213,19,73). Sum of RGB (Red+Green+Blue) = 213+19+73=305 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.84% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 213 - color contains mainly: red. Hex color #D51349 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51349 is #2AECB6. Grayscale: #535353. Windows color (decimal): -2813111 or 4789205. OLE color: 4789205.
HSL color Cylindrical-coordinate representation of color #D51349: hue angle of 343.3º 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 #D51349 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 19 | 73 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.16 |
| HSL | 343.3º | 0.84% | 0.45% | - |
| HSV(B) | 343.3º | 0.91% | 0.84% | - |
| XYZ | 28.88 | 15.09 | 7.69 | - |
| YUV | 83.16 | 122.27 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 19 | 73 | 0 | 0.91 | 0.66 | 0.16 | 343.3 | 0.84 | 0.45 |
| Hex | D5 | 13 | 49 | 0 | 5B | 42 | 10 | 157 | 54 | 2D |
| Octal | 325 | 23 | 111 | 0 | 133 | 102 | 20 | 527 | 124 | 55 |
| Binary | 11010101 | 10011 | 1001001 | 0 | 1011011 | 1000010 | 10000 | 101010111 | 1010100 | 101101 |
Color Harmonies of #D51349
Complementary color
Monochromatic Colors of #D51349
Black with #D51349
Text Example
Text Example
White with #D51349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51349; }
p { color: rgb(213,19,73); }
H1.HeaderClassName
{
color: #D51349;
}
.AnyTagClassName
{
color: #D51349;
}
</style>
background-color css
<style>
a { background-color: #D51349; }
a { background-color: rgb(213,19,73); }
div.DivClassName
{
background-color: #D51349;
}
.BgClassName
{
background-color: #D51349;
}
</style>
border-color css
<style>
span { border-color: #D51349; }
span { border-color: rgb(213,19,73); }
td.TdClassName
{
border-color: #D51349;
}
.TagClassName
{
border-color: #D51349;
}
</style>