Shades of Crimson #D70A46
Tints of Crimson #D70A46
RGB
CMYK
RGB Variations
Color information
#D70A46 (or 0xD70A46) is known color: Crimson. HEX triplet: D7, 0A and 46. RGB value is (215,10,70). Sum of RGB (Red+Green+Blue) = 215+10+70=295 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.88% from 295); Green value is 10 (4.30% from 255 or 3.39% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 215 - color contains mainly: red. Hex color #D70A46 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70A46 is #28F5B9. Grayscale: #4E4E4E. Windows color (decimal): -2684346 or 4590295. OLE color: 4590295.
HSL color Cylindrical-coordinate representation of color #D70A46: hue angle of 342.44º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D70A46 is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 10 | 70 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.16 |
| HSL | 342.44º | 0.91% | 0.44% | - |
| HSV(B) | 342.44º | 0.95% | 0.84% | - |
| XYZ | 29.24 | 15.11 | 7.17 | - |
| YUV | 78.14 | 123.42 | 225.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 10 | 70 | 0 | 0.95 | 0.67 | 0.16 | 342.44 | 0.91 | 0.44 |
| Hex | D7 | A | 46 | 0 | 5F | 43 | 10 | 156 | 5B | 2C |
| Octal | 327 | 12 | 106 | 0 | 137 | 103 | 20 | 526 | 133 | 54 |
| Binary | 11010111 | 1010 | 1000110 | 0 | 1011111 | 1000011 | 10000 | 101010110 | 1011011 | 101100 |
Color Harmonies of #D70A46
Complementary color
Monochromatic Colors of #D70A46
Black with #D70A46
Text Example
Text Example
White with #D70A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70A46; }
p { color: rgb(215,10,70); }
H1.HeaderClassName
{
color: #D70A46;
}
.AnyTagClassName
{
color: #D70A46;
}
</style>
background-color css
<style>
a { background-color: #D70A46; }
a { background-color: rgb(215,10,70); }
div.DivClassName
{
background-color: #D70A46;
}
.BgClassName
{
background-color: #D70A46;
}
</style>
border-color css
<style>
span { border-color: #D70A46; }
span { border-color: rgb(215,10,70); }
td.TdClassName
{
border-color: #D70A46;
}
.TagClassName
{
border-color: #D70A46;
}
</style>