Shades of Crimson #D7013A
Tints of Crimson #D7013A
RGB
CMYK
RGB Variations
Color information
#D7013A (or 0xD7013A) is known color: Crimson. HEX triplet: D7, 01 and 3A. RGB value is (215,1,58). Sum of RGB (Red+Green+Blue) = 215+1+58=274 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.47% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 215 - color contains mainly: red. Hex color #D7013A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7013A is #28FEC5. Grayscale: #474747. Windows color (decimal): -2686662 or 3801559. OLE color: 3801559.
HSL color Cylindrical-coordinate representation of color #D7013A: hue angle of 344.02º 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 #D7013A is Cyan = 0, Magento = 1.00, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 58 | - |
| CMYK | 0 | 1.00 | 0.73 | 0.16 |
| HSL | 344.02º | 0.99% | 0.42% | - |
| HSV(B) | 344.02º | 1% | 0.84% | - |
| XYZ | 28.8 | 14.77 | 5.34 | - |
| YUV | 71.48 | 120.4 | 230.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 58 | 0 | 1.00 | 0.73 | 0.16 | 344.02 | 0.99 | 0.42 |
| Hex | D7 | 1 | 3A | 0 | 64 | 49 | 10 | 158 | 63 | 2A |
| Octal | 327 | 1 | 72 | 0 | 144 | 111 | 20 | 530 | 143 | 52 |
| Binary | 11010111 | 1 | 111010 | 0 | 1100100 | 1001001 | 10000 | 101011000 | 1100011 | 101010 |
Color Harmonies of #D7013A
Complementary color
Monochromatic Colors of #D7013A
Black with #D7013A
Text Example
Text Example
White with #D7013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7013A; }
p { color: rgb(215,1,58); }
H1.HeaderClassName
{
color: #D7013A;
}
.AnyTagClassName
{
color: #D7013A;
}
</style>
background-color css
<style>
a { background-color: #D7013A; }
a { background-color: rgb(215,1,58); }
div.DivClassName
{
background-color: #D7013A;
}
.BgClassName
{
background-color: #D7013A;
}
</style>
border-color css
<style>
span { border-color: #D7013A; }
span { border-color: rgb(215,1,58); }
td.TdClassName
{
border-color: #D7013A;
}
.TagClassName
{
border-color: #D7013A;
}
</style>