Shades of Crimson #D51439
Tints of Crimson #D51439
RGB
CMYK
RGB Variations
Color information
#D51439 (or 0xD51439) is known color: Crimson. HEX triplet: D5, 14 and 39. RGB value is (213,20,57). Sum of RGB (Red+Green+Blue) = 213+20+57=290 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.45% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 57 (22.66% from 255 or 19.66% from 290); Max value from RGB is 213 - color contains mainly: red. Hex color #D51439 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51439 is #2AEBC6. Grayscale: #515151. Windows color (decimal): -2812871 or 3740885. OLE color: 3740885.
HSL color Cylindrical-coordinate representation of color #D51439: hue angle of 348.5º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D51439 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 57 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.16 |
| HSL | 348.5º | 0.83% | 0.46% | - |
| HSV(B) | 348.5º | 0.91% | 0.84% | - |
| XYZ | 28.43 | 14.94 | 5.26 | - |
| YUV | 81.93 | 113.94 | 221.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 57 | 0 | 0.91 | 0.73 | 0.16 | 348.5 | 0.83 | 0.46 |
| Hex | D5 | 14 | 39 | 0 | 5B | 49 | 10 | 15C | 53 | 2E |
| Octal | 325 | 24 | 71 | 0 | 133 | 111 | 20 | 534 | 123 | 56 |
| Binary | 11010101 | 10100 | 111001 | 0 | 1011011 | 1001001 | 10000 | 101011100 | 1010011 | 101110 |
Color Harmonies of #D51439
Complementary color
Monochromatic Colors of #D51439
Black with #D51439
Text Example
Text Example
White with #D51439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51439; }
p { color: rgb(213,20,57); }
H1.HeaderClassName
{
color: #D51439;
}
.AnyTagClassName
{
color: #D51439;
}
</style>
background-color css
<style>
a { background-color: #D51439; }
a { background-color: rgb(213,20,57); }
div.DivClassName
{
background-color: #D51439;
}
.BgClassName
{
background-color: #D51439;
}
</style>
border-color css
<style>
span { border-color: #D51439; }
span { border-color: rgb(213,20,57); }
td.TdClassName
{
border-color: #D51439;
}
.TagClassName
{
border-color: #D51439;
}
</style>