Shades of Crimson #D60341
Tints of Crimson #D60341
RGB
CMYK
RGB Variations
Color information
#D60341 (or 0xD60341) is known color: Crimson. HEX triplet: D6, 03 and 41. RGB value is (214,3,65). Sum of RGB (Red+Green+Blue) = 214+3+65=282 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.89% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 214 - color contains mainly: red. Hex color #D60341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60341 is #29FCBE. Grayscale: #494949. Windows color (decimal): -2751679 or 4260822. OLE color: 4260822.
HSL color Cylindrical-coordinate representation of color #D60341: hue angle of 342.37º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D60341 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 3 | 65 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.16 |
| HSL | 342.37º | 0.97% | 0.43% | - |
| HSV(B) | 342.37º | 0.99% | 0.84% | - |
| XYZ | 28.72 | 14.74 | 6.33 | - |
| YUV | 73.16 | 123.4 | 228.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 65 | 0 | 0.99 | 0.70 | 0.16 | 342.37 | 0.97 | 0.43 |
| Hex | D6 | 3 | 41 | 0 | 63 | 46 | 10 | 156 | 61 | 2B |
| Octal | 326 | 3 | 101 | 0 | 143 | 106 | 20 | 526 | 141 | 53 |
| Binary | 11010110 | 11 | 1000001 | 0 | 1100011 | 1000110 | 10000 | 101010110 | 1100001 | 101011 |
Color Harmonies of #D60341
Complementary color
Monochromatic Colors of #D60341
Black with #D60341
Text Example
Text Example
White with #D60341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60341; }
p { color: rgb(214,3,65); }
H1.HeaderClassName
{
color: #D60341;
}
.AnyTagClassName
{
color: #D60341;
}
</style>
background-color css
<style>
a { background-color: #D60341; }
a { background-color: rgb(214,3,65); }
div.DivClassName
{
background-color: #D60341;
}
.BgClassName
{
background-color: #D60341;
}
</style>
border-color css
<style>
span { border-color: #D60341; }
span { border-color: rgb(214,3,65); }
td.TdClassName
{
border-color: #D60341;
}
.TagClassName
{
border-color: #D60341;
}
</style>