Shades of Crimson #D70748
Tints of Crimson #D70748
RGB
CMYK
RGB Variations
Color information
#D70748 (or 0xD70748) is known color: Crimson. HEX triplet: D7, 07 and 48. RGB value is (215,7,72). Sum of RGB (Red+Green+Blue) = 215+7+72=294 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.13% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 215 - color contains mainly: red. Hex color #D70748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70748 is #28F8B7. Grayscale: #4C4C4C. Windows color (decimal): -2685112 or 4720599. OLE color: 4720599.
HSL color Cylindrical-coordinate representation of color #D70748: hue angle of 341.25º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D70748 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 7 | 72 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.16 |
| HSL | 341.25º | 0.94% | 0.44% | - |
| HSV(B) | 341.25º | 0.97% | 0.84% | - |
| XYZ | 29.27 | 15.07 | 7.5 | - |
| YUV | 76.6 | 125.41 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 72 | 0 | 0.97 | 0.67 | 0.16 | 341.25 | 0.94 | 0.44 |
| Hex | D7 | 7 | 48 | 0 | 61 | 43 | 10 | 155 | 5E | 2C |
| Octal | 327 | 7 | 110 | 0 | 141 | 103 | 20 | 525 | 136 | 54 |
| Binary | 11010111 | 111 | 1001000 | 0 | 1100001 | 1000011 | 10000 | 101010101 | 1011110 | 101100 |
Color Harmonies of #D70748
Complementary color
Monochromatic Colors of #D70748
Black with #D70748
Text Example
Text Example
White with #D70748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70748; }
p { color: rgb(215,7,72); }
H1.HeaderClassName
{
color: #D70748;
}
.AnyTagClassName
{
color: #D70748;
}
</style>
background-color css
<style>
a { background-color: #D70748; }
a { background-color: rgb(215,7,72); }
div.DivClassName
{
background-color: #D70748;
}
.BgClassName
{
background-color: #D70748;
}
</style>
border-color css
<style>
span { border-color: #D70748; }
span { border-color: rgb(215,7,72); }
td.TdClassName
{
border-color: #D70748;
}
.TagClassName
{
border-color: #D70748;
}
</style>