Shades of Crimson #D61446
Tints of Crimson #D61446
RGB
CMYK
RGB Variations
Color information
#D61446 (or 0xD61446) is known color: Crimson. HEX triplet: D6, 14 and 46. RGB value is (214,20,70). Sum of RGB (Red+Green+Blue) = 214+20+70=304 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.39% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 214 - color contains mainly: red. Hex color #D61446 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61446 is #29EBB9. Grayscale: #535353. Windows color (decimal): -2747322 or 4592854. OLE color: 4592854.
HSL color Cylindrical-coordinate representation of color #D61446: hue angle of 344.54º 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 #D61446 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 20 | 70 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.16 |
| HSL | 344.54º | 0.83% | 0.46% | - |
| HSV(B) | 344.54º | 0.91% | 0.84% | - |
| XYZ | 29.09 | 15.24 | 7.2 | - |
| YUV | 83.71 | 120.27 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 70 | 0 | 0.91 | 0.67 | 0.16 | 344.54 | 0.83 | 0.46 |
| Hex | D6 | 14 | 46 | 0 | 5B | 43 | 10 | 159 | 53 | 2E |
| Octal | 326 | 24 | 106 | 0 | 133 | 103 | 20 | 531 | 123 | 56 |
| Binary | 11010110 | 10100 | 1000110 | 0 | 1011011 | 1000011 | 10000 | 101011001 | 1010011 | 101110 |
Color Harmonies of #D61446
Complementary color
Monochromatic Colors of #D61446
Black with #D61446
Text Example
Text Example
White with #D61446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61446; }
p { color: rgb(214,20,70); }
H1.HeaderClassName
{
color: #D61446;
}
.AnyTagClassName
{
color: #D61446;
}
</style>
background-color css
<style>
a { background-color: #D61446; }
a { background-color: rgb(214,20,70); }
div.DivClassName
{
background-color: #D61446;
}
.BgClassName
{
background-color: #D61446;
}
</style>
border-color css
<style>
span { border-color: #D61446; }
span { border-color: rgb(214,20,70); }
td.TdClassName
{
border-color: #D61446;
}
.TagClassName
{
border-color: #D61446;
}
</style>