Shades of Crimson #D70546
Tints of Crimson #D70546
RGB
CMYK
RGB Variations
Color information
#D70546 (or 0xD70546) is known color: Crimson. HEX triplet: D7, 05 and 46. RGB value is (215,5,70). Sum of RGB (Red+Green+Blue) = 215+5+70=290 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.14% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 215 - color contains mainly: red. Hex color #D70546 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70546 is #28FAB9. Grayscale: #4B4B4B. Windows color (decimal): -2685626 or 4589015. OLE color: 4589015.
HSL color Cylindrical-coordinate representation of color #D70546: hue angle of 341.43º 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 #D70546 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 5 | 70 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.16 |
| HSL | 341.43º | 0.95% | 0.43% | - |
| HSV(B) | 341.43º | 0.98% | 0.84% | - |
| XYZ | 29.18 | 15 | 7.15 | - |
| YUV | 75.2 | 125.07 | 227.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 5 | 70 | 0 | 0.98 | 0.67 | 0.16 | 341.43 | 0.95 | 0.43 |
| Hex | D7 | 5 | 46 | 0 | 62 | 43 | 10 | 155 | 5F | 2B |
| Octal | 327 | 5 | 106 | 0 | 142 | 103 | 20 | 525 | 137 | 53 |
| Binary | 11010111 | 101 | 1000110 | 0 | 1100010 | 1000011 | 10000 | 101010101 | 1011111 | 101011 |
Color Harmonies of #D70546
Complementary color
Monochromatic Colors of #D70546
Black with #D70546
Text Example
Text Example
White with #D70546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70546; }
p { color: rgb(215,5,70); }
H1.HeaderClassName
{
color: #D70546;
}
.AnyTagClassName
{
color: #D70546;
}
</style>
background-color css
<style>
a { background-color: #D70546; }
a { background-color: rgb(215,5,70); }
div.DivClassName
{
background-color: #D70546;
}
.BgClassName
{
background-color: #D70546;
}
</style>
border-color css
<style>
span { border-color: #D70546; }
span { border-color: rgb(215,5,70); }
td.TdClassName
{
border-color: #D70546;
}
.TagClassName
{
border-color: #D70546;
}
</style>