Shades of Crimson #D60041
Tints of Crimson #D60041
RGB
CMYK
RGB Variations
Color information
#D60041 (or 0xD60041) is known color: Crimson. HEX triplet: D6, 00 and 41. RGB value is (214,0,65). Sum of RGB (Red+Green+Blue) = 214+0+65=279 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.70% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 214 - color contains mainly: red. Hex color #D60041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60041 is #29FFBE. Grayscale: #474747. Windows color (decimal): -2752447 or 4260054. OLE color: 4260054.
HSL color Cylindrical-coordinate representation of color #D60041: hue angle of 341.78º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60041 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 65 | - |
| CMYK | 0 | 1 | 0.70 | 0.16 |
| HSL | 341.78º | 1% | 0.42% | - |
| HSV(B) | 341.78º | 1% | 0.84% | - |
| XYZ | 28.69 | 14.68 | 6.32 | - |
| YUV | 71.4 | 124.4 | 229.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 65 | 0 | 1 | 0.70 | 0.16 | 341.78 | 1 | 0.42 |
| Hex | D6 | 0 | 41 | 0 | 64 | 46 | 10 | 156 | 64 | 2A |
| Octal | 326 | 0 | 101 | 0 | 144 | 106 | 20 | 526 | 144 | 52 |
| Binary | 11010110 | 0 | 1000001 | 0 | 1100100 | 1000110 | 10000 | 101010110 | 1100100 | 101010 |
Color Harmonies of #D60041
Complementary color
Monochromatic Colors of #D60041
Black with #D60041
Text Example
Text Example
White with #D60041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60041; }
p { color: rgb(214,0,65); }
H1.HeaderClassName
{
color: #D60041;
}
.AnyTagClassName
{
color: #D60041;
}
</style>
background-color css
<style>
a { background-color: #D60041; }
a { background-color: rgb(214,0,65); }
div.DivClassName
{
background-color: #D60041;
}
.BgClassName
{
background-color: #D60041;
}
</style>
border-color css
<style>
span { border-color: #D60041; }
span { border-color: rgb(214,0,65); }
td.TdClassName
{
border-color: #D60041;
}
.TagClassName
{
border-color: #D60041;
}
</style>