Shades of Crimson #D70145
Tints of Crimson #D70145
RGB
CMYK
RGB Variations
Color information
#D70145 (or 0xD70145) is known color: Crimson. HEX triplet: D7, 01 and 45. RGB value is (215,1,69). Sum of RGB (Red+Green+Blue) = 215+1+69=285 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.44% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 215 - color contains mainly: red. Hex color #D70145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70145 is #28FEBA. Grayscale: #484848. Windows color (decimal): -2686651 or 4522455. OLE color: 4522455.
HSL color Cylindrical-coordinate representation of color #D70145: hue angle of 340.93º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70145 is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 69 | - |
| CMYK | 0 | 1.00 | 0.68 | 0.16 |
| HSL | 340.93º | 0.99% | 0.42% | - |
| HSV(B) | 340.93º | 1% | 0.84% | - |
| XYZ | 29.11 | 14.9 | 6.97 | - |
| YUV | 72.74 | 125.9 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 69 | 0 | 1.00 | 0.68 | 0.16 | 340.93 | 0.99 | 0.42 |
| Hex | D7 | 1 | 45 | 0 | 64 | 44 | 10 | 155 | 63 | 2A |
| Octal | 327 | 1 | 105 | 0 | 144 | 104 | 20 | 525 | 143 | 52 |
| Binary | 11010111 | 1 | 1000101 | 0 | 1100100 | 1000100 | 10000 | 101010101 | 1100011 | 101010 |
Color Harmonies of #D70145
Complementary color
Monochromatic Colors of #D70145
Black with #D70145
Text Example
Text Example
White with #D70145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70145; }
p { color: rgb(215,1,69); }
H1.HeaderClassName
{
color: #D70145;
}
.AnyTagClassName
{
color: #D70145;
}
</style>
background-color css
<style>
a { background-color: #D70145; }
a { background-color: rgb(215,1,69); }
div.DivClassName
{
background-color: #D70145;
}
.BgClassName
{
background-color: #D70145;
}
</style>
border-color css
<style>
span { border-color: #D70145; }
span { border-color: rgb(215,1,69); }
td.TdClassName
{
border-color: #D70145;
}
.TagClassName
{
border-color: #D70145;
}
</style>