Shades of Crimson #D60741
Tints of Crimson #D60741
RGB
CMYK
RGB Variations
Color information
#D60741 (or 0xD60741) is known color: Crimson. HEX triplet: D6, 07 and 41. RGB value is (214,7,65). Sum of RGB (Red+Green+Blue) = 214+7+65=286 (37% of max value = 765). Red value is 214 (83.98% from 255 or 74.83% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 214 - color contains mainly: red. Hex color #D60741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60741 is #29F8BE. Grayscale: #4B4B4B. Windows color (decimal): -2750655 or 4261846. OLE color: 4261846.
HSL color Cylindrical-coordinate representation of color #D60741: hue angle of 343.19º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D60741 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 7 | 65 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.16 |
| HSL | 343.19º | 0.94% | 0.43% | - |
| HSV(B) | 343.19º | 0.97% | 0.84% | - |
| XYZ | 28.76 | 14.83 | 6.35 | - |
| YUV | 75.51 | 122.08 | 226.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 7 | 65 | 0 | 0.97 | 0.70 | 0.16 | 343.19 | 0.94 | 0.43 |
| Hex | D6 | 7 | 41 | 0 | 61 | 46 | 10 | 157 | 5E | 2B |
| Octal | 326 | 7 | 101 | 0 | 141 | 106 | 20 | 527 | 136 | 53 |
| Binary | 11010110 | 111 | 1000001 | 0 | 1100001 | 1000110 | 10000 | 101010111 | 1011110 | 101011 |
Color Harmonies of #D60741
Complementary color
Monochromatic Colors of #D60741
Black with #D60741
Text Example
Text Example
White with #D60741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60741; }
p { color: rgb(214,7,65); }
H1.HeaderClassName
{
color: #D60741;
}
.AnyTagClassName
{
color: #D60741;
}
</style>
background-color css
<style>
a { background-color: #D60741; }
a { background-color: rgb(214,7,65); }
div.DivClassName
{
background-color: #D60741;
}
.BgClassName
{
background-color: #D60741;
}
</style>
border-color css
<style>
span { border-color: #D60741; }
span { border-color: rgb(214,7,65); }
td.TdClassName
{
border-color: #D60741;
}
.TagClassName
{
border-color: #D60741;
}
</style>