Shades of Crimson #D61439
Tints of Crimson #D61439
RGB
CMYK
RGB Variations
Color information
#D61439 (or 0xD61439) is known color: Crimson. HEX triplet: D6, 14 and 39. RGB value is (214,20,57). Sum of RGB (Red+Green+Blue) = 214+20+57=291 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.54% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 57 (22.66% from 255 or 19.59% from 291); Max value from RGB is 214 - color contains mainly: red. Hex color #D61439 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61439 is #29EBC6. Grayscale: #525252. Windows color (decimal): -2747335 or 3740886. OLE color: 3740886.
HSL color Cylindrical-coordinate representation of color #D61439: hue angle of 348.56º 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 #D61439 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 20 | 57 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.16 |
| HSL | 348.56º | 0.83% | 0.46% | - |
| HSV(B) | 348.56º | 0.91% | 0.84% | - |
| XYZ | 28.72 | 15.09 | 5.27 | - |
| YUV | 82.22 | 113.77 | 221.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 57 | 0 | 0.91 | 0.73 | 0.16 | 348.56 | 0.83 | 0.46 |
| Hex | D6 | 14 | 39 | 0 | 5B | 49 | 10 | 15D | 53 | 2E |
| Octal | 326 | 24 | 71 | 0 | 133 | 111 | 20 | 535 | 123 | 56 |
| Binary | 11010110 | 10100 | 111001 | 0 | 1011011 | 1001001 | 10000 | 101011101 | 1010011 | 101110 |
Color Harmonies of #D61439
Complementary color
Monochromatic Colors of #D61439
Black with #D61439
Text Example
Text Example
White with #D61439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61439; }
p { color: rgb(214,20,57); }
H1.HeaderClassName
{
color: #D61439;
}
.AnyTagClassName
{
color: #D61439;
}
</style>
background-color css
<style>
a { background-color: #D61439; }
a { background-color: rgb(214,20,57); }
div.DivClassName
{
background-color: #D61439;
}
.BgClassName
{
background-color: #D61439;
}
</style>
border-color css
<style>
span { border-color: #D61439; }
span { border-color: rgb(214,20,57); }
td.TdClassName
{
border-color: #D61439;
}
.TagClassName
{
border-color: #D61439;
}
</style>