Shades of Crimson #D61442
Tints of Crimson #D61442
RGB
CMYK
RGB Variations
Color information
#D61442 (or 0xD61442) is known color: Crimson. HEX triplet: D6, 14 and 42. RGB value is (214,20,66). Sum of RGB (Red+Green+Blue) = 214+20+66=300 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.33% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 214 - color contains mainly: red. Hex color #D61442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61442 is #29EBBD. Grayscale: #535353. Windows color (decimal): -2747326 or 4330710. OLE color: 4330710.
HSL color Cylindrical-coordinate representation of color #D61442: hue angle of 345.77º 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 #D61442 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 20 | 66 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.16 |
| HSL | 345.77º | 0.83% | 0.46% | - |
| HSV(B) | 345.77º | 0.91% | 0.84% | - |
| XYZ | 28.97 | 15.19 | 6.56 | - |
| YUV | 83.25 | 118.27 | 221.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 66 | 0 | 0.91 | 0.69 | 0.16 | 345.77 | 0.83 | 0.46 |
| Hex | D6 | 14 | 42 | 0 | 5B | 45 | 10 | 15A | 53 | 2E |
| Octal | 326 | 24 | 102 | 0 | 133 | 105 | 20 | 532 | 123 | 56 |
| Binary | 11010110 | 10100 | 1000010 | 0 | 1011011 | 1000101 | 10000 | 101011010 | 1010011 | 101110 |
Color Harmonies of #D61442
Complementary color
Monochromatic Colors of #D61442
Black with #D61442
Text Example
Text Example
White with #D61442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61442; }
p { color: rgb(214,20,66); }
H1.HeaderClassName
{
color: #D61442;
}
.AnyTagClassName
{
color: #D61442;
}
</style>
background-color css
<style>
a { background-color: #D61442; }
a { background-color: rgb(214,20,66); }
div.DivClassName
{
background-color: #D61442;
}
.BgClassName
{
background-color: #D61442;
}
</style>
border-color css
<style>
span { border-color: #D61442; }
span { border-color: rgb(214,20,66); }
td.TdClassName
{
border-color: #D61442;
}
.TagClassName
{
border-color: #D61442;
}
</style>