Shades of Crimson #D80141
Tints of Crimson #D80141
RGB
CMYK
RGB Variations
Color information
#D80141 (or 0xD80141) is known color: Crimson. HEX triplet: D8, 01 and 41. RGB value is (216,1,65). Sum of RGB (Red+Green+Blue) = 216+1+65=282 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.60% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 216 - color contains mainly: red. Hex color #D80141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80141 is #27FEBE. Grayscale: #484848. Windows color (decimal): -2621119 or 4260312. OLE color: 4260312.
HSL color Cylindrical-coordinate representation of color #D80141: hue angle of 342.14º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80141 is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 1 | 65 | - |
| CMYK | 0 | 1.00 | 0.70 | 0.15 |
| HSL | 342.14º | 0.99% | 0.43% | - |
| HSV(B) | 342.14º | 1% | 0.85% | - |
| XYZ | 29.28 | 15 | 6.35 | - |
| YUV | 72.58 | 123.73 | 230.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 65 | 0 | 1.00 | 0.70 | 0.15 | 342.14 | 0.99 | 0.43 |
| Hex | D8 | 1 | 41 | 0 | 64 | 46 | F | 156 | 63 | 2B |
| Octal | 330 | 1 | 101 | 0 | 144 | 106 | 17 | 526 | 143 | 53 |
| Binary | 11011000 | 1 | 1000001 | 0 | 1100100 | 1000110 | 1111 | 101010110 | 1100011 | 101011 |
Color Harmonies of #D80141
Complementary color
Monochromatic Colors of #D80141
Black with #D80141
Text Example
Text Example
White with #D80141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80141; }
p { color: rgb(216,1,65); }
H1.HeaderClassName
{
color: #D80141;
}
.AnyTagClassName
{
color: #D80141;
}
</style>
background-color css
<style>
a { background-color: #D80141; }
a { background-color: rgb(216,1,65); }
div.DivClassName
{
background-color: #D80141;
}
.BgClassName
{
background-color: #D80141;
}
</style>
border-color css
<style>
span { border-color: #D80141; }
span { border-color: rgb(216,1,65); }
td.TdClassName
{
border-color: #D80141;
}
.TagClassName
{
border-color: #D80141;
}
</style>