Shades of Crimson #D71244
Tints of Crimson #D71244
RGB
CMYK
RGB Variations
Color information
#D71244 (or 0xD71244) is known color: Crimson. HEX triplet: D7, 12 and 44. RGB value is (215,18,68). Sum of RGB (Red+Green+Blue) = 215+18+68=301 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.43% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 215 - color contains mainly: red. Hex color #D71244 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71244 is #28EDBB. Grayscale: #525252. Windows color (decimal): -2682300 or 4461271. OLE color: 4461271.
HSL color Cylindrical-coordinate representation of color #D71244: hue angle of 344.77º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D71244 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 18 | 68 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.16 |
| HSL | 344.77º | 0.85% | 0.46% | - |
| HSV(B) | 344.77º | 0.92% | 0.84% | - |
| XYZ | 29.28 | 15.3 | 6.88 | - |
| YUV | 82.6 | 119.77 | 222.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 18 | 68 | 0 | 0.92 | 0.68 | 0.16 | 344.77 | 0.85 | 0.46 |
| Hex | D7 | 12 | 44 | 0 | 5C | 44 | 10 | 159 | 55 | 2E |
| Octal | 327 | 22 | 104 | 0 | 134 | 104 | 20 | 531 | 125 | 56 |
| Binary | 11010111 | 10010 | 1000100 | 0 | 1011100 | 1000100 | 10000 | 101011001 | 1010101 | 101110 |
Color Harmonies of #D71244
Complementary color
Monochromatic Colors of #D71244
Black with #D71244
Text Example
Text Example
White with #D71244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71244; }
p { color: rgb(215,18,68); }
H1.HeaderClassName
{
color: #D71244;
}
.AnyTagClassName
{
color: #D71244;
}
</style>
background-color css
<style>
a { background-color: #D71244; }
a { background-color: rgb(215,18,68); }
div.DivClassName
{
background-color: #D71244;
}
.BgClassName
{
background-color: #D71244;
}
</style>
border-color css
<style>
span { border-color: #D71244; }
span { border-color: rgb(215,18,68); }
td.TdClassName
{
border-color: #D71244;
}
.TagClassName
{
border-color: #D71244;
}
</style>