Shades of Crimson #D60544
Tints of Crimson #D60544
RGB
CMYK
RGB Variations
Color information
#D60544 (or 0xD60544) is known color: Crimson. HEX triplet: D6, 05 and 44. RGB value is (214,5,68). Sum of RGB (Red+Green+Blue) = 214+5+68=287 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.56% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 68 (26.95% from 255 or 23.69% from 287); Max value from RGB is 214 - color contains mainly: red. Hex color #D60544 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60544 is #29FABB. Grayscale: #4A4A4A. Windows color (decimal): -2751164 or 4457942. OLE color: 4457942.
HSL color Cylindrical-coordinate representation of color #D60544: hue angle of 341.91º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D60544 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 5 | 68 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.16 |
| HSL | 341.91º | 0.95% | 0.43% | - |
| HSV(B) | 341.91º | 0.98% | 0.84% | - |
| XYZ | 28.83 | 14.82 | 6.81 | - |
| YUV | 74.67 | 124.24 | 227.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 5 | 68 | 0 | 0.98 | 0.68 | 0.16 | 341.91 | 0.95 | 0.43 |
| Hex | D6 | 5 | 44 | 0 | 62 | 44 | 10 | 156 | 5F | 2B |
| Octal | 326 | 5 | 104 | 0 | 142 | 104 | 20 | 526 | 137 | 53 |
| Binary | 11010110 | 101 | 1000100 | 0 | 1100010 | 1000100 | 10000 | 101010110 | 1011111 | 101011 |
Color Harmonies of #D60544
Complementary color
Monochromatic Colors of #D60544
Black with #D60544
Text Example
Text Example
White with #D60544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60544; }
p { color: rgb(214,5,68); }
H1.HeaderClassName
{
color: #D60544;
}
.AnyTagClassName
{
color: #D60544;
}
</style>
background-color css
<style>
a { background-color: #D60544; }
a { background-color: rgb(214,5,68); }
div.DivClassName
{
background-color: #D60544;
}
.BgClassName
{
background-color: #D60544;
}
</style>
border-color css
<style>
span { border-color: #D60544; }
span { border-color: rgb(214,5,68); }
td.TdClassName
{
border-color: #D60544;
}
.TagClassName
{
border-color: #D60544;
}
</style>