Shades of Crimson #D70044
Tints of Crimson #D70044
RGB
CMYK
RGB Variations
Color information
#D70044 (or 0xD70044) is known color: Crimson. HEX triplet: D7, 00 and 44. RGB value is (215,0,68). Sum of RGB (Red+Green+Blue) = 215+0+68=283 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.97% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 215 - color contains mainly: red. Hex color #D70044 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70044 is #28FFBB. Grayscale: #474747. Windows color (decimal): -2686908 or 4456663. OLE color: 4456663.
HSL color Cylindrical-coordinate representation of color #D70044: hue angle of 341.02º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70044 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 68 | - |
| CMYK | 0 | 1 | 0.68 | 0.16 |
| HSL | 341.02º | 1% | 0.42% | - |
| HSV(B) | 341.02º | 1% | 0.84% | - |
| XYZ | 29.07 | 14.86 | 6.81 | - |
| YUV | 72.04 | 125.73 | 229.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 68 | 0 | 1 | 0.68 | 0.16 | 341.02 | 1 | 0.42 |
| Hex | D7 | 0 | 44 | 0 | 64 | 44 | 10 | 155 | 64 | 2A |
| Octal | 327 | 0 | 104 | 0 | 144 | 104 | 20 | 525 | 144 | 52 |
| Binary | 11010111 | 0 | 1000100 | 0 | 1100100 | 1000100 | 10000 | 101010101 | 1100100 | 101010 |
Color Harmonies of #D70044
Complementary color
Monochromatic Colors of #D70044
Black with #D70044
Text Example
Text Example
White with #D70044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70044; }
p { color: rgb(215,0,68); }
H1.HeaderClassName
{
color: #D70044;
}
.AnyTagClassName
{
color: #D70044;
}
</style>
background-color css
<style>
a { background-color: #D70044; }
a { background-color: rgb(215,0,68); }
div.DivClassName
{
background-color: #D70044;
}
.BgClassName
{
background-color: #D70044;
}
</style>
border-color css
<style>
span { border-color: #D70044; }
span { border-color: rgb(215,0,68); }
td.TdClassName
{
border-color: #D70044;
}
.TagClassName
{
border-color: #D70044;
}
</style>