Shades of Crimson #D7013F
Tints of Crimson #D7013F
RGB
CMYK
RGB Variations
Color information
#D7013F (or 0xD7013F) is known color: Crimson. HEX triplet: D7, 01 and 3F. RGB value is (215,1,63). Sum of RGB (Red+Green+Blue) = 215+1+63=279 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.06% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 215 - color contains mainly: red. Hex color #D7013F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7013F is #28FEC0. Grayscale: #484848. Windows color (decimal): -2686657 or 4129239. OLE color: 4129239.
HSL color Cylindrical-coordinate representation of color #D7013F: hue angle of 342.62º 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 #D7013F is Cyan = 0, Magento = 1.00, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 63 | - |
| CMYK | 0 | 1.00 | 0.71 | 0.16 |
| HSL | 342.62º | 0.99% | 0.42% | - |
| HSV(B) | 342.62º | 1% | 0.84% | - |
| XYZ | 28.93 | 14.83 | 6.04 | - |
| YUV | 72.05 | 122.9 | 229.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 63 | 0 | 1.00 | 0.71 | 0.16 | 342.62 | 0.99 | 0.42 |
| Hex | D7 | 1 | 3F | 0 | 64 | 47 | 10 | 157 | 63 | 2A |
| Octal | 327 | 1 | 77 | 0 | 144 | 107 | 20 | 527 | 143 | 52 |
| Binary | 11010111 | 1 | 111111 | 0 | 1100100 | 1000111 | 10000 | 101010111 | 1100011 | 101010 |
Color Harmonies of #D7013F
Complementary color
Monochromatic Colors of #D7013F
Black with #D7013F
Text Example
Text Example
White with #D7013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7013F; }
p { color: rgb(215,1,63); }
H1.HeaderClassName
{
color: #D7013F;
}
.AnyTagClassName
{
color: #D7013F;
}
</style>
background-color css
<style>
a { background-color: #D7013F; }
a { background-color: rgb(215,1,63); }
div.DivClassName
{
background-color: #D7013F;
}
.BgClassName
{
background-color: #D7013F;
}
</style>
border-color css
<style>
span { border-color: #D7013F; }
span { border-color: rgb(215,1,63); }
td.TdClassName
{
border-color: #D7013F;
}
.TagClassName
{
border-color: #D7013F;
}
</style>