Shades of Crimson #D71833
Tints of Crimson #D71833
RGB
CMYK
RGB Variations
Color information
#D71833 (or 0xD71833) is known color: Crimson. HEX triplet: D7, 18 and 33. RGB value is (215,24,51). Sum of RGB (Red+Green+Blue) = 215+24+51=290 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.14% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 51 (20.31% from 255 or 17.59% from 290); Max value from RGB is 215 - color contains mainly: red. Hex color #D71833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71833 is #28E7CC. Grayscale: #545454. Windows color (decimal): -2680781 or 3348695. OLE color: 3348695.
HSL color Cylindrical-coordinate representation of color #D71833: hue angle of 351.52º 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 #D71833 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 24 | 51 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.16 |
| HSL | 351.52º | 0.8% | 0.47% | - |
| HSV(B) | 351.52º | 0.89% | 0.84% | - |
| XYZ | 28.95 | 15.34 | 4.57 | - |
| YUV | 84.19 | 109.28 | 221.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 51 | 0 | 0.89 | 0.76 | 0.16 | 351.52 | 0.8 | 0.47 |
| Hex | D7 | 18 | 33 | 0 | 59 | 4C | 10 | 160 | 50 | 2F |
| Octal | 327 | 30 | 63 | 0 | 131 | 114 | 20 | 540 | 120 | 57 |
| Binary | 11010111 | 11000 | 110011 | 0 | 1011001 | 1001100 | 10000 | 101100000 | 1010000 | 101111 |
Color Harmonies of #D71833
Complementary color
Monochromatic Colors of #D71833
Black with #D71833
Text Example
Text Example
White with #D71833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71833; }
p { color: rgb(215,24,51); }
H1.HeaderClassName
{
color: #D71833;
}
.AnyTagClassName
{
color: #D71833;
}
</style>
background-color css
<style>
a { background-color: #D71833; }
a { background-color: rgb(215,24,51); }
div.DivClassName
{
background-color: #D71833;
}
.BgClassName
{
background-color: #D71833;
}
</style>
border-color css
<style>
span { border-color: #D71833; }
span { border-color: rgb(215,24,51); }
td.TdClassName
{
border-color: #D71833;
}
.TagClassName
{
border-color: #D71833;
}
</style>