Shades of Crimson #D71230
Tints of Crimson #D71230
RGB
CMYK
RGB Variations
Color information
#D71230 (or 0xD71230) is known color: Crimson. HEX triplet: D7, 12 and 30. RGB value is (215,18,48). Sum of RGB (Red+Green+Blue) = 215+18+48=281 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.51% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 215 - color contains mainly: red. Hex color #D71230 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71230 is #28EDCF. Grayscale: #505050. Windows color (decimal): -2682320 or 3150551. OLE color: 3150551.
HSL color Cylindrical-coordinate representation of color #D71230: hue angle of 350.86º 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 #D71230 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 18 | 48 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.16 |
| HSL | 350.86º | 0.85% | 0.46% | - |
| HSV(B) | 350.86º | 0.92% | 0.84% | - |
| XYZ | 28.77 | 15.09 | 4.19 | - |
| YUV | 80.32 | 109.77 | 224.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 18 | 48 | 0 | 0.92 | 0.78 | 0.16 | 350.86 | 0.85 | 0.46 |
| Hex | D7 | 12 | 30 | 0 | 5C | 4E | 10 | 15F | 55 | 2E |
| Octal | 327 | 22 | 60 | 0 | 134 | 116 | 20 | 537 | 125 | 56 |
| Binary | 11010111 | 10010 | 110000 | 0 | 1011100 | 1001110 | 10000 | 101011111 | 1010101 | 101110 |
Color Harmonies of #D71230
Complementary color
Monochromatic Colors of #D71230
Black with #D71230
Text Example
Text Example
White with #D71230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71230; }
p { color: rgb(215,18,48); }
H1.HeaderClassName
{
color: #D71230;
}
.AnyTagClassName
{
color: #D71230;
}
</style>
background-color css
<style>
a { background-color: #D71230; }
a { background-color: rgb(215,18,48); }
div.DivClassName
{
background-color: #D71230;
}
.BgClassName
{
background-color: #D71230;
}
</style>
border-color css
<style>
span { border-color: #D71230; }
span { border-color: rgb(215,18,48); }
td.TdClassName
{
border-color: #D71230;
}
.TagClassName
{
border-color: #D71230;
}
</style>