Shades of Crimson #D70F3A
Tints of Crimson #D70F3A
RGB
CMYK
RGB Variations
Color information
#D70F3A (or 0xD70F3A) is known color: Crimson. HEX triplet: D7, 0F and 3A. RGB value is (215,15,58). Sum of RGB (Red+Green+Blue) = 215+15+58=288 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.65% from 288); Green value is 15 (6.25% from 255 or 5.21% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70F3A is #28F0C5. Grayscale: #4F4F4F. Windows color (decimal): -2683078 or 3805143. OLE color: 3805143.
HSL color Cylindrical-coordinate representation of color #D70F3A: hue angle of 347.1º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D70F3A is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 15 | 58 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.16 |
| HSL | 347.1º | 0.87% | 0.45% | - |
| HSV(B) | 347.1º | 0.93% | 0.84% | - |
| XYZ | 28.96 | 15.09 | 5.39 | - |
| YUV | 79.7 | 115.76 | 224.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 15 | 58 | 0 | 0.93 | 0.73 | 0.16 | 347.1 | 0.87 | 0.45 |
| Hex | D7 | F | 3A | 0 | 5D | 49 | 10 | 15B | 57 | 2D |
| Octal | 327 | 17 | 72 | 0 | 135 | 111 | 20 | 533 | 127 | 55 |
| Binary | 11010111 | 1111 | 111010 | 0 | 1011101 | 1001001 | 10000 | 101011011 | 1010111 | 101101 |
Color Harmonies of #D70F3A
Complementary color
Monochromatic Colors of #D70F3A
Black with #D70F3A
Text Example
Text Example
White with #D70F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70F3A; }
p { color: rgb(215,15,58); }
H1.HeaderClassName
{
color: #D70F3A;
}
.AnyTagClassName
{
color: #D70F3A;
}
</style>
background-color css
<style>
a { background-color: #D70F3A; }
a { background-color: rgb(215,15,58); }
div.DivClassName
{
background-color: #D70F3A;
}
.BgClassName
{
background-color: #D70F3A;
}
</style>
border-color css
<style>
span { border-color: #D70F3A; }
span { border-color: rgb(215,15,58); }
td.TdClassName
{
border-color: #D70F3A;
}
.TagClassName
{
border-color: #D70F3A;
}
</style>