Shades of Crimson #D71048
Tints of Crimson #D71048
RGB
CMYK
RGB Variations
Color information
#D71048 (or 0xD71048) is known color: Crimson. HEX triplet: D7, 10 and 48. RGB value is (215,16,72). Sum of RGB (Red+Green+Blue) = 215+16+72=303 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.96% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 215 - color contains mainly: red. Hex color #D71048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71048 is #28EFB7. Grayscale: #515151. Windows color (decimal): -2682808 or 4722903. OLE color: 4722903.
HSL color Cylindrical-coordinate representation of color #D71048: hue angle of 343.12º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D71048 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 16 | 72 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.16 |
| HSL | 343.12º | 0.86% | 0.45% | - |
| HSV(B) | 343.12º | 0.93% | 0.84% | - |
| XYZ | 29.38 | 15.29 | 7.53 | - |
| YUV | 81.89 | 122.43 | 222.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 16 | 72 | 0 | 0.93 | 0.67 | 0.16 | 343.12 | 0.86 | 0.45 |
| Hex | D7 | 10 | 48 | 0 | 5D | 43 | 10 | 157 | 56 | 2D |
| Octal | 327 | 20 | 110 | 0 | 135 | 103 | 20 | 527 | 126 | 55 |
| Binary | 11010111 | 10000 | 1001000 | 0 | 1011101 | 1000011 | 10000 | 101010111 | 1010110 | 101101 |
Color Harmonies of #D71048
Complementary color
Monochromatic Colors of #D71048
Black with #D71048
Text Example
Text Example
White with #D71048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71048; }
p { color: rgb(215,16,72); }
H1.HeaderClassName
{
color: #D71048;
}
.AnyTagClassName
{
color: #D71048;
}
</style>
background-color css
<style>
a { background-color: #D71048; }
a { background-color: rgb(215,16,72); }
div.DivClassName
{
background-color: #D71048;
}
.BgClassName
{
background-color: #D71048;
}
</style>
border-color css
<style>
span { border-color: #D71048; }
span { border-color: rgb(215,16,72); }
td.TdClassName
{
border-color: #D71048;
}
.TagClassName
{
border-color: #D71048;
}
</style>