Shades of Crimson #D81441
Tints of Crimson #D81441
RGB
CMYK
RGB Variations
Color information
#D81441 (or 0xD81441) is known color: Crimson. HEX triplet: D8, 14 and 41. RGB value is (216,20,65). Sum of RGB (Red+Green+Blue) = 216+20+65=301 (39% of max value = 765). Red value is 216 (84.77% from 255 or 71.76% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 216 - color contains mainly: red. Hex color #D81441 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81441 is #27EBBE. Grayscale: #535353. Windows color (decimal): -2616255 or 4265176. OLE color: 4265176.
HSL color Cylindrical-coordinate representation of color #D81441: hue angle of 346.22º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D81441 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 20 | 65 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.15 |
| HSL | 346.22º | 0.83% | 0.46% | - |
| HSV(B) | 346.22º | 0.91% | 0.85% | - |
| XYZ | 29.52 | 15.48 | 6.43 | - |
| YUV | 83.73 | 117.43 | 222.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 20 | 65 | 0 | 0.91 | 0.70 | 0.15 | 346.22 | 0.83 | 0.46 |
| Hex | D8 | 14 | 41 | 0 | 5B | 46 | F | 15A | 53 | 2E |
| Octal | 330 | 24 | 101 | 0 | 133 | 106 | 17 | 532 | 123 | 56 |
| Binary | 11011000 | 10100 | 1000001 | 0 | 1011011 | 1000110 | 1111 | 101011010 | 1010011 | 101110 |
Color Harmonies of #D81441
Complementary color
Monochromatic Colors of #D81441
Black with #D81441
Text Example
Text Example
White with #D81441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81441; }
p { color: rgb(216,20,65); }
H1.HeaderClassName
{
color: #D81441;
}
.AnyTagClassName
{
color: #D81441;
}
</style>
background-color css
<style>
a { background-color: #D81441; }
a { background-color: rgb(216,20,65); }
div.DivClassName
{
background-color: #D81441;
}
.BgClassName
{
background-color: #D81441;
}
</style>
border-color css
<style>
span { border-color: #D81441; }
span { border-color: rgb(216,20,65); }
td.TdClassName
{
border-color: #D81441;
}
.TagClassName
{
border-color: #D81441;
}
</style>