Shades of Crimson #D61941
Tints of Crimson #D61941
RGB
CMYK
RGB Variations
Color information
#D61941 (or 0xD61941) is known color: Crimson. HEX triplet: D6, 19 and 41. RGB value is (214,25,65). Sum of RGB (Red+Green+Blue) = 214+25+65=304 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.39% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 214 - color contains mainly: red. Hex color #D61941 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61941 is #29E6BE. Grayscale: #565656. Windows color (decimal): -2746047 or 4266454. OLE color: 4266454.
HSL color Cylindrical-coordinate representation of color #D61941: hue angle of 347.3º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D61941 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 25 | 65 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.16 |
| HSL | 347.3º | 0.79% | 0.47% | - |
| HSV(B) | 347.3º | 0.88% | 0.84% | - |
| XYZ | 29.03 | 15.37 | 6.44 | - |
| YUV | 86.07 | 116.12 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 65 | 0 | 0.88 | 0.70 | 0.16 | 347.3 | 0.79 | 0.47 |
| Hex | D6 | 19 | 41 | 0 | 58 | 46 | 10 | 15B | 4F | 2F |
| Octal | 326 | 31 | 101 | 0 | 130 | 106 | 20 | 533 | 117 | 57 |
| Binary | 11010110 | 11001 | 1000001 | 0 | 1011000 | 1000110 | 10000 | 101011011 | 1001111 | 101111 |
Color Harmonies of #D61941
Complementary color
Monochromatic Colors of #D61941
Black with #D61941
Text Example
Text Example
White with #D61941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61941; }
p { color: rgb(214,25,65); }
H1.HeaderClassName
{
color: #D61941;
}
.AnyTagClassName
{
color: #D61941;
}
</style>
background-color css
<style>
a { background-color: #D61941; }
a { background-color: rgb(214,25,65); }
div.DivClassName
{
background-color: #D61941;
}
.BgClassName
{
background-color: #D61941;
}
</style>
border-color css
<style>
span { border-color: #D61941; }
span { border-color: rgb(214,25,65); }
td.TdClassName
{
border-color: #D61941;
}
.TagClassName
{
border-color: #D61941;
}
</style>