Shades of Crimson #D70141
Tints of Crimson #D70141
RGB
CMYK
RGB Variations
Color information
#D70141 (or 0xD70141) is known color: Crimson. HEX triplet: D7, 01 and 41. RGB value is (215,1,65). Sum of RGB (Red+Green+Blue) = 215+1+65=281 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.51% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 215 - color contains mainly: red. Hex color #D70141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70141 is #28FEBE. Grayscale: #484848. Windows color (decimal): -2686655 or 4260311. OLE color: 4260311.
HSL color Cylindrical-coordinate representation of color #D70141: hue angle of 342.06º 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 #D70141 is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 65 | - |
| CMYK | 0 | 1.00 | 0.70 | 0.16 |
| HSL | 342.06º | 0.99% | 0.42% | - |
| HSV(B) | 342.06º | 1% | 0.84% | - |
| XYZ | 28.99 | 14.85 | 6.34 | - |
| YUV | 72.28 | 123.9 | 229.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 65 | 0 | 1.00 | 0.70 | 0.16 | 342.06 | 0.99 | 0.42 |
| Hex | D7 | 1 | 41 | 0 | 64 | 46 | 10 | 156 | 63 | 2A |
| Octal | 327 | 1 | 101 | 0 | 144 | 106 | 20 | 526 | 143 | 52 |
| Binary | 11010111 | 1 | 1000001 | 0 | 1100100 | 1000110 | 10000 | 101010110 | 1100011 | 101010 |
Color Harmonies of #D70141
Complementary color
Monochromatic Colors of #D70141
Black with #D70141
Text Example
Text Example
White with #D70141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70141; }
p { color: rgb(215,1,65); }
H1.HeaderClassName
{
color: #D70141;
}
.AnyTagClassName
{
color: #D70141;
}
</style>
background-color css
<style>
a { background-color: #D70141; }
a { background-color: rgb(215,1,65); }
div.DivClassName
{
background-color: #D70141;
}
.BgClassName
{
background-color: #D70141;
}
</style>
border-color css
<style>
span { border-color: #D70141; }
span { border-color: rgb(215,1,65); }
td.TdClassName
{
border-color: #D70141;
}
.TagClassName
{
border-color: #D70141;
}
</style>