Shades of Crimson #D70131
Tints of Crimson #D70131
RGB
CMYK
RGB Variations
Color information
#D70131 (or 0xD70131) is known color: Crimson. HEX triplet: D7, 01 and 31. RGB value is (215,1,49). Sum of RGB (Red+Green+Blue) = 215+1+49=265 (35% of max value = 765). Red value is 215 (84.38% from 255 or 81.13% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 215 - color contains mainly: red. Hex color #D70131 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70131 is #28FECE. Grayscale: #464646. Windows color (decimal): -2686671 or 3211735. OLE color: 3211735.
HSL color Cylindrical-coordinate representation of color #D70131: hue angle of 346.54º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70131 is Cyan = 0, Magento = 1.00, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 49 | - |
| CMYK | 0 | 1.00 | 0.77 | 0.16 |
| HSL | 346.54º | 0.99% | 0.42% | - |
| HSV(B) | 346.54º | 1% | 0.84% | - |
| XYZ | 28.59 | 14.69 | 4.23 | - |
| YUV | 70.46 | 115.9 | 231.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 49 | 0 | 1.00 | 0.77 | 0.16 | 346.54 | 0.99 | 0.42 |
| Hex | D7 | 1 | 31 | 0 | 64 | 4D | 10 | 15B | 63 | 2A |
| Octal | 327 | 1 | 61 | 0 | 144 | 115 | 20 | 533 | 143 | 52 |
| Binary | 11010111 | 1 | 110001 | 0 | 1100100 | 1001101 | 10000 | 101011011 | 1100011 | 101010 |
Color Harmonies of #D70131
Complementary color
Monochromatic Colors of #D70131
Black with #D70131
Text Example
Text Example
White with #D70131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70131; }
p { color: rgb(215,1,49); }
H1.HeaderClassName
{
color: #D70131;
}
.AnyTagClassName
{
color: #D70131;
}
</style>
background-color css
<style>
a { background-color: #D70131; }
a { background-color: rgb(215,1,49); }
div.DivClassName
{
background-color: #D70131;
}
.BgClassName
{
background-color: #D70131;
}
</style>
border-color css
<style>
span { border-color: #D70131; }
span { border-color: rgb(215,1,49); }
td.TdClassName
{
border-color: #D70131;
}
.TagClassName
{
border-color: #D70131;
}
</style>