Shades of Crimson #D70544
Tints of Crimson #D70544
RGB
CMYK
RGB Variations
Color information
#D70544 (or 0xD70544) is known color: Crimson. HEX triplet: D7, 05 and 44. RGB value is (215,5,68). Sum of RGB (Red+Green+Blue) = 215+5+68=288 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.65% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 215 - color contains mainly: red. Hex color #D70544 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70544 is #28FABB. Grayscale: #4A4A4A. Windows color (decimal): -2685628 or 4457943. OLE color: 4457943.
HSL color Cylindrical-coordinate representation of color #D70544: hue angle of 342º 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 #D70544 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 5 | 68 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.16 |
| HSL | 342º | 0.95% | 0.43% | - |
| HSV(B) | 342º | 0.98% | 0.84% | - |
| XYZ | 29.12 | 14.97 | 6.82 | - |
| YUV | 74.97 | 124.07 | 227.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 5 | 68 | 0 | 0.98 | 0.68 | 0.16 | 342 | 0.95 | 0.43 |
| Hex | D7 | 5 | 44 | 0 | 62 | 44 | 10 | 156 | 5F | 2B |
| Octal | 327 | 5 | 104 | 0 | 142 | 104 | 20 | 526 | 137 | 53 |
| Binary | 11010111 | 101 | 1000100 | 0 | 1100010 | 1000100 | 10000 | 101010110 | 1011111 | 101011 |
Color Harmonies of #D70544
Complementary color
Monochromatic Colors of #D70544
Black with #D70544
Text Example
Text Example
White with #D70544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70544; }
p { color: rgb(215,5,68); }
H1.HeaderClassName
{
color: #D70544;
}
.AnyTagClassName
{
color: #D70544;
}
</style>
background-color css
<style>
a { background-color: #D70544; }
a { background-color: rgb(215,5,68); }
div.DivClassName
{
background-color: #D70544;
}
.BgClassName
{
background-color: #D70544;
}
</style>
border-color css
<style>
span { border-color: #D70544; }
span { border-color: rgb(215,5,68); }
td.TdClassName
{
border-color: #D70544;
}
.TagClassName
{
border-color: #D70544;
}
</style>