Shades of Crimson #D72142
Tints of Crimson #D72142
RGB
CMYK
RGB Variations
Color information
#D72142 (or 0xD72142) is known color: Crimson. HEX triplet: D7, 21 and 42. RGB value is (215,33,66). Sum of RGB (Red+Green+Blue) = 215+33+66=314 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.47% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 215 - color contains mainly: red. Hex color #D72142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72142 is #28DEBD. Grayscale: #5B5B5B. Windows color (decimal): -2678462 or 4334039. OLE color: 4334039.
HSL color Cylindrical-coordinate representation of color #D72142: hue angle of 349.12º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D72142 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 33 | 66 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.16 |
| HSL | 349.12º | 0.73% | 0.49% | - |
| HSV(B) | 349.12º | 0.85% | 0.84% | - |
| XYZ | 29.55 | 15.93 | 6.67 | - |
| YUV | 91.18 | 113.8 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 33 | 66 | 0 | 0.85 | 0.69 | 0.16 | 349.12 | 0.73 | 0.49 |
| Hex | D7 | 21 | 42 | 0 | 55 | 45 | 10 | 15D | 49 | 31 |
| Octal | 327 | 41 | 102 | 0 | 125 | 105 | 20 | 535 | 111 | 61 |
| Binary | 11010111 | 100001 | 1000010 | 0 | 1010101 | 1000101 | 10000 | 101011101 | 1001001 | 110001 |
Color Harmonies of #D72142
Complementary color
Monochromatic Colors of #D72142
Black with #D72142
Text Example
Text Example
White with #D72142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72142; }
p { color: rgb(215,33,66); }
H1.HeaderClassName
{
color: #D72142;
}
.AnyTagClassName
{
color: #D72142;
}
</style>
background-color css
<style>
a { background-color: #D72142; }
a { background-color: rgb(215,33,66); }
div.DivClassName
{
background-color: #D72142;
}
.BgClassName
{
background-color: #D72142;
}
</style>
border-color css
<style>
span { border-color: #D72142; }
span { border-color: rgb(215,33,66); }
td.TdClassName
{
border-color: #D72142;
}
.TagClassName
{
border-color: #D72142;
}
</style>