Shades of Crimson #D70F36
Tints of Crimson #D70F36
RGB
CMYK
RGB Variations
Color information
#D70F36 (or 0xD70F36) is known color: Crimson. HEX triplet: D7, 0F and 36. RGB value is (215,15,54). Sum of RGB (Red+Green+Blue) = 215+15+54=284 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.70% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70F36 is #28F0C9. Grayscale: #4F4F4F. Windows color (decimal): -2683082 or 3542999. OLE color: 3542999.
HSL color Cylindrical-coordinate representation of color #D70F36: hue angle of 348.3º 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 #D70F36 is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 15 | 54 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.16 |
| HSL | 348.3º | 0.87% | 0.45% | - |
| HSV(B) | 348.3º | 0.93% | 0.84% | - |
| XYZ | 28.86 | 15.06 | 4.87 | - |
| YUV | 79.25 | 113.76 | 224.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 15 | 54 | 0 | 0.93 | 0.75 | 0.16 | 348.3 | 0.87 | 0.45 |
| Hex | D7 | F | 36 | 0 | 5D | 4B | 10 | 15C | 57 | 2D |
| Octal | 327 | 17 | 66 | 0 | 135 | 113 | 20 | 534 | 127 | 55 |
| Binary | 11010111 | 1111 | 110110 | 0 | 1011101 | 1001011 | 10000 | 101011100 | 1010111 | 101101 |
Color Harmonies of #D70F36
Complementary color
Monochromatic Colors of #D70F36
Black with #D70F36
Text Example
Text Example
White with #D70F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70F36; }
p { color: rgb(215,15,54); }
H1.HeaderClassName
{
color: #D70F36;
}
.AnyTagClassName
{
color: #D70F36;
}
</style>
background-color css
<style>
a { background-color: #D70F36; }
a { background-color: rgb(215,15,54); }
div.DivClassName
{
background-color: #D70F36;
}
.BgClassName
{
background-color: #D70F36;
}
</style>
border-color css
<style>
span { border-color: #D70F36; }
span { border-color: rgb(215,15,54); }
td.TdClassName
{
border-color: #D70F36;
}
.TagClassName
{
border-color: #D70F36;
}
</style>