Shades of Crimson #D70F2D
Tints of Crimson #D70F2D
RGB
CMYK
RGB Variations
Color information
#D70F2D (or 0xD70F2D) is known color: Crimson. HEX triplet: D7, 0F and 2D. RGB value is (215,15,45). Sum of RGB (Red+Green+Blue) = 215+15+45=275 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.18% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70F2D is #28F0D2. Grayscale: #4E4E4E. Windows color (decimal): -2683091 or 2953175. OLE color: 2953175.
HSL color Cylindrical-coordinate representation of color #D70F2D: hue angle of 351º 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 #D70F2D is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 15 | 45 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.16 |
| HSL | 351º | 0.87% | 0.45% | - |
| HSV(B) | 351º | 0.93% | 0.84% | - |
| XYZ | 28.67 | 14.98 | 3.86 | - |
| YUV | 78.22 | 109.26 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 15 | 45 | 0 | 0.93 | 0.79 | 0.16 | 351 | 0.87 | 0.45 |
| Hex | D7 | F | 2D | 0 | 5D | 4F | 10 | 15F | 57 | 2D |
| Octal | 327 | 17 | 55 | 0 | 135 | 117 | 20 | 537 | 127 | 55 |
| Binary | 11010111 | 1111 | 101101 | 0 | 1011101 | 1001111 | 10000 | 101011111 | 1010111 | 101101 |
Color Harmonies of #D70F2D
Complementary color
Monochromatic Colors of #D70F2D
Black with #D70F2D
Text Example
Text Example
White with #D70F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70F2D; }
p { color: rgb(215,15,45); }
H1.HeaderClassName
{
color: #D70F2D;
}
.AnyTagClassName
{
color: #D70F2D;
}
</style>
background-color css
<style>
a { background-color: #D70F2D; }
a { background-color: rgb(215,15,45); }
div.DivClassName
{
background-color: #D70F2D;
}
.BgClassName
{
background-color: #D70F2D;
}
</style>
border-color css
<style>
span { border-color: #D70F2D; }
span { border-color: rgb(215,15,45); }
td.TdClassName
{
border-color: #D70F2D;
}
.TagClassName
{
border-color: #D70F2D;
}
</style>