Shades of Crimson #D71D33
Tints of Crimson #D71D33
RGB
CMYK
RGB Variations
Color information
#D71D33 (or 0xD71D33) is known color: Crimson. HEX triplet: D7, 1D and 33. RGB value is (215,29,51). Sum of RGB (Red+Green+Blue) = 215+29+51=295 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.88% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 215 - color contains mainly: red. Hex color #D71D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71D33 is #28E2CC. Grayscale: #575757. Windows color (decimal): -2679501 or 3349975. OLE color: 3349975.
HSL color Cylindrical-coordinate representation of color #D71D33: hue angle of 352.9º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71D33 is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 29 | 51 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.16 |
| HSL | 352.9º | 0.76% | 0.48% | - |
| HSV(B) | 352.9º | 0.87% | 0.84% | - |
| XYZ | 29.06 | 15.56 | 4.6 | - |
| YUV | 87.12 | 107.62 | 219.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 29 | 51 | 0 | 0.87 | 0.76 | 0.16 | 352.9 | 0.76 | 0.48 |
| Hex | D7 | 1D | 33 | 0 | 57 | 4C | 10 | 161 | 4C | 30 |
| Octal | 327 | 35 | 63 | 0 | 127 | 114 | 20 | 541 | 114 | 60 |
| Binary | 11010111 | 11101 | 110011 | 0 | 1010111 | 1001100 | 10000 | 101100001 | 1001100 | 110000 |
Color Harmonies of #D71D33
Complementary color
Monochromatic Colors of #D71D33
Black with #D71D33
Text Example
Text Example
White with #D71D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71D33; }
p { color: rgb(215,29,51); }
H1.HeaderClassName
{
color: #D71D33;
}
.AnyTagClassName
{
color: #D71D33;
}
</style>
background-color css
<style>
a { background-color: #D71D33; }
a { background-color: rgb(215,29,51); }
div.DivClassName
{
background-color: #D71D33;
}
.BgClassName
{
background-color: #D71D33;
}
</style>
border-color css
<style>
span { border-color: #D71D33; }
span { border-color: rgb(215,29,51); }
td.TdClassName
{
border-color: #D71D33;
}
.TagClassName
{
border-color: #D71D33;
}
</style>