Shades of Crimson #D61539
Tints of Crimson #D61539
RGB
CMYK
RGB Variations
Color information
#D61539 (or 0xD61539) is known color: Crimson. HEX triplet: D6, 15 and 39. RGB value is (214,21,57). Sum of RGB (Red+Green+Blue) = 214+21+57=292 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.29% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 57 (22.66% from 255 or 19.52% from 292); Max value from RGB is 214 - color contains mainly: red. Hex color #D61539 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61539 is #29EAC6. Grayscale: #525252. Windows color (decimal): -2747079 or 3741142. OLE color: 3741142.
HSL color Cylindrical-coordinate representation of color #D61539: hue angle of 348.81º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61539 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 21 | 57 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.16 |
| HSL | 348.81º | 0.82% | 0.46% | - |
| HSV(B) | 348.81º | 0.9% | 0.84% | - |
| XYZ | 28.74 | 15.13 | 5.28 | - |
| YUV | 82.81 | 113.44 | 221.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 21 | 57 | 0 | 0.90 | 0.73 | 0.16 | 348.81 | 0.82 | 0.46 |
| Hex | D6 | 15 | 39 | 0 | 5A | 49 | 10 | 15D | 52 | 2E |
| Octal | 326 | 25 | 71 | 0 | 132 | 111 | 20 | 535 | 122 | 56 |
| Binary | 11010110 | 10101 | 111001 | 0 | 1011010 | 1001001 | 10000 | 101011101 | 1010010 | 101110 |
Color Harmonies of #D61539
Complementary color
Monochromatic Colors of #D61539
Black with #D61539
Text Example
Text Example
White with #D61539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61539; }
p { color: rgb(214,21,57); }
H1.HeaderClassName
{
color: #D61539;
}
.AnyTagClassName
{
color: #D61539;
}
</style>
background-color css
<style>
a { background-color: #D61539; }
a { background-color: rgb(214,21,57); }
div.DivClassName
{
background-color: #D61539;
}
.BgClassName
{
background-color: #D61539;
}
</style>
border-color css
<style>
span { border-color: #D61539; }
span { border-color: rgb(214,21,57); }
td.TdClassName
{
border-color: #D61539;
}
.TagClassName
{
border-color: #D61539;
}
</style>