Shades of Crimson #D70F42
Tints of Crimson #D70F42
RGB
CMYK
RGB Variations
Color information
#D70F42 (or 0xD70F42) is known color: Crimson. HEX triplet: D7, 0F and 42. RGB value is (215,15,66). Sum of RGB (Red+Green+Blue) = 215+15+66=296 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.64% from 296); Green value is 15 (6.25% from 255 or 5.07% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70F42 is #28F0BD. Grayscale: #505050. Windows color (decimal): -2683070 or 4329431. OLE color: 4329431.
HSL color Cylindrical-coordinate representation of color #D70F42: hue angle of 344.7º 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 #D70F42 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 15 | 66 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.16 |
| HSL | 344.7º | 0.87% | 0.45% | - |
| HSV(B) | 344.7º | 0.93% | 0.84% | - |
| XYZ | 29.18 | 15.18 | 6.55 | - |
| YUV | 80.61 | 119.76 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 15 | 66 | 0 | 0.93 | 0.69 | 0.16 | 344.7 | 0.87 | 0.45 |
| Hex | D7 | F | 42 | 0 | 5D | 45 | 10 | 159 | 57 | 2D |
| Octal | 327 | 17 | 102 | 0 | 135 | 105 | 20 | 531 | 127 | 55 |
| Binary | 11010111 | 1111 | 1000010 | 0 | 1011101 | 1000101 | 10000 | 101011001 | 1010111 | 101101 |
Color Harmonies of #D70F42
Complementary color
Monochromatic Colors of #D70F42
Black with #D70F42
Text Example
Text Example
White with #D70F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70F42; }
p { color: rgb(215,15,66); }
H1.HeaderClassName
{
color: #D70F42;
}
.AnyTagClassName
{
color: #D70F42;
}
</style>
background-color css
<style>
a { background-color: #D70F42; }
a { background-color: rgb(215,15,66); }
div.DivClassName
{
background-color: #D70F42;
}
.BgClassName
{
background-color: #D70F42;
}
</style>
border-color css
<style>
span { border-color: #D70F42; }
span { border-color: rgb(215,15,66); }
td.TdClassName
{
border-color: #D70F42;
}
.TagClassName
{
border-color: #D70F42;
}
</style>