Shades of Crimson #D71239
Tints of Crimson #D71239
RGB
CMYK
RGB Variations
Color information
#D71239 (or 0xD71239) is known color: Crimson. HEX triplet: D7, 12 and 39. RGB value is (215,18,57). Sum of RGB (Red+Green+Blue) = 215+18+57=290 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.14% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 57 (22.66% from 255 or 19.66% from 290); Max value from RGB is 215 - color contains mainly: red. Hex color #D71239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71239 is #28EDC6. Grayscale: #515151. Windows color (decimal): -2682311 or 3740375. OLE color: 3740375.
HSL color Cylindrical-coordinate representation of color #D71239: hue angle of 348.12º 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 #D71239 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 18 | 57 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.16 |
| HSL | 348.12º | 0.85% | 0.46% | - |
| HSV(B) | 348.12º | 0.92% | 0.84% | - |
| XYZ | 28.98 | 15.18 | 5.27 | - |
| YUV | 81.35 | 114.27 | 223.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 18 | 57 | 0 | 0.92 | 0.73 | 0.16 | 348.12 | 0.85 | 0.46 |
| Hex | D7 | 12 | 39 | 0 | 5C | 49 | 10 | 15C | 55 | 2E |
| Octal | 327 | 22 | 71 | 0 | 134 | 111 | 20 | 534 | 125 | 56 |
| Binary | 11010111 | 10010 | 111001 | 0 | 1011100 | 1001001 | 10000 | 101011100 | 1010101 | 101110 |
Color Harmonies of #D71239
Complementary color
Monochromatic Colors of #D71239
Black with #D71239
Text Example
Text Example
White with #D71239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71239; }
p { color: rgb(215,18,57); }
H1.HeaderClassName
{
color: #D71239;
}
.AnyTagClassName
{
color: #D71239;
}
</style>
background-color css
<style>
a { background-color: #D71239; }
a { background-color: rgb(215,18,57); }
div.DivClassName
{
background-color: #D71239;
}
.BgClassName
{
background-color: #D71239;
}
</style>
border-color css
<style>
span { border-color: #D71239; }
span { border-color: rgb(215,18,57); }
td.TdClassName
{
border-color: #D71239;
}
.TagClassName
{
border-color: #D71239;
}
</style>