Shades of Crimson #D70F3C
Tints of Crimson #D70F3C
RGB
CMYK
RGB Variations
Color information
#D70F3C (or 0xD70F3C) is known color: Crimson. HEX triplet: D7, 0F and 3C. RGB value is (215,15,60). Sum of RGB (Red+Green+Blue) = 215+15+60=290 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.14% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70F3C is #28F0C3. Grayscale: #4F4F4F. Windows color (decimal): -2683076 or 3936215. OLE color: 3936215.
HSL color Cylindrical-coordinate representation of color #D70F3C: hue angle of 346.5º 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 #D70F3C is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 15 | 60 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.16 |
| HSL | 346.5º | 0.87% | 0.45% | - |
| HSV(B) | 346.5º | 0.93% | 0.84% | - |
| XYZ | 29.01 | 15.11 | 5.66 | - |
| YUV | 79.93 | 116.76 | 224.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 15 | 60 | 0 | 0.93 | 0.72 | 0.16 | 346.5 | 0.87 | 0.45 |
| Hex | D7 | F | 3C | 0 | 5D | 48 | 10 | 15A | 57 | 2D |
| Octal | 327 | 17 | 74 | 0 | 135 | 110 | 20 | 532 | 127 | 55 |
| Binary | 11010111 | 1111 | 111100 | 0 | 1011101 | 1001000 | 10000 | 101011010 | 1010111 | 101101 |
Color Harmonies of #D70F3C
Complementary color
Monochromatic Colors of #D70F3C
Black with #D70F3C
Text Example
Text Example
White with #D70F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70F3C; }
p { color: rgb(215,15,60); }
H1.HeaderClassName
{
color: #D70F3C;
}
.AnyTagClassName
{
color: #D70F3C;
}
</style>
background-color css
<style>
a { background-color: #D70F3C; }
a { background-color: rgb(215,15,60); }
div.DivClassName
{
background-color: #D70F3C;
}
.BgClassName
{
background-color: #D70F3C;
}
</style>
border-color css
<style>
span { border-color: #D70F3C; }
span { border-color: rgb(215,15,60); }
td.TdClassName
{
border-color: #D70F3C;
}
.TagClassName
{
border-color: #D70F3C;
}
</style>