Shades of Crimson #D71039
Tints of Crimson #D71039
RGB
CMYK
RGB Variations
Color information
#D71039 (or 0xD71039) is known color: Crimson. HEX triplet: D7, 10 and 39. RGB value is (215,16,57). Sum of RGB (Red+Green+Blue) = 215+16+57=288 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.65% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 57 (22.66% from 255 or 19.79% from 288); Max value from RGB is 215 - color contains mainly: red. Hex color #D71039 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71039 is #28EFC6. Grayscale: #505050. Windows color (decimal): -2682823 or 3739863. OLE color: 3739863.
HSL color Cylindrical-coordinate representation of color #D71039: hue angle of 347.64º 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 #D71039 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 16 | 57 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.16 |
| HSL | 347.64º | 0.86% | 0.45% | - |
| HSV(B) | 347.64º | 0.93% | 0.84% | - |
| XYZ | 28.95 | 15.11 | 5.26 | - |
| YUV | 80.18 | 114.93 | 224.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 16 | 57 | 0 | 0.93 | 0.73 | 0.16 | 347.64 | 0.86 | 0.45 |
| Hex | D7 | 10 | 39 | 0 | 5D | 49 | 10 | 15C | 56 | 2D |
| Octal | 327 | 20 | 71 | 0 | 135 | 111 | 20 | 534 | 126 | 55 |
| Binary | 11010111 | 10000 | 111001 | 0 | 1011101 | 1001001 | 10000 | 101011100 | 1010110 | 101101 |
Color Harmonies of #D71039
Complementary color
Monochromatic Colors of #D71039
Black with #D71039
Text Example
Text Example
White with #D71039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71039; }
p { color: rgb(215,16,57); }
H1.HeaderClassName
{
color: #D71039;
}
.AnyTagClassName
{
color: #D71039;
}
</style>
background-color css
<style>
a { background-color: #D71039; }
a { background-color: rgb(215,16,57); }
div.DivClassName
{
background-color: #D71039;
}
.BgClassName
{
background-color: #D71039;
}
</style>
border-color css
<style>
span { border-color: #D71039; }
span { border-color: rgb(215,16,57); }
td.TdClassName
{
border-color: #D71039;
}
.TagClassName
{
border-color: #D71039;
}
</style>