Shades of Crimson #D71835
Tints of Crimson #D71835
RGB
CMYK
RGB Variations
Color information
#D71835 (or 0xD71835) is known color: Crimson. HEX triplet: D7, 18 and 35. RGB value is (215,24,53). Sum of RGB (Red+Green+Blue) = 215+24+53=292 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.63% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 215 - color contains mainly: red. Hex color #D71835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71835 is #28E7CA. Grayscale: #545454. Windows color (decimal): -2680779 or 3479767. OLE color: 3479767.
HSL color Cylindrical-coordinate representation of color #D71835: hue angle of 350.89º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D71835 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 24 | 53 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.16 |
| HSL | 350.89º | 0.8% | 0.47% | - |
| HSV(B) | 350.89º | 0.89% | 0.84% | - |
| XYZ | 28.99 | 15.36 | 4.8 | - |
| YUV | 84.42 | 110.28 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 53 | 0 | 0.89 | 0.75 | 0.16 | 350.89 | 0.8 | 0.47 |
| Hex | D7 | 18 | 35 | 0 | 59 | 4B | 10 | 15F | 50 | 2F |
| Octal | 327 | 30 | 65 | 0 | 131 | 113 | 20 | 537 | 120 | 57 |
| Binary | 11010111 | 11000 | 110101 | 0 | 1011001 | 1001011 | 10000 | 101011111 | 1010000 | 101111 |
Color Harmonies of #D71835
Complementary color
Monochromatic Colors of #D71835
Black with #D71835
Text Example
Text Example
White with #D71835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71835; }
p { color: rgb(215,24,53); }
H1.HeaderClassName
{
color: #D71835;
}
.AnyTagClassName
{
color: #D71835;
}
</style>
background-color css
<style>
a { background-color: #D71835; }
a { background-color: rgb(215,24,53); }
div.DivClassName
{
background-color: #D71835;
}
.BgClassName
{
background-color: #D71835;
}
</style>
border-color css
<style>
span { border-color: #D71835; }
span { border-color: rgb(215,24,53); }
td.TdClassName
{
border-color: #D71835;
}
.TagClassName
{
border-color: #D71835;
}
</style>