Shades of Crimson #D71441
Tints of Crimson #D71441
RGB
CMYK
RGB Variations
Color information
#D71441 (or 0xD71441) is known color: Crimson. HEX triplet: D7, 14 and 41. RGB value is (215,20,65). Sum of RGB (Red+Green+Blue) = 215+20+65=300 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.67% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 215 - color contains mainly: red. Hex color #D71441 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71441 is #28EBBE. Grayscale: #535353. Windows color (decimal): -2681791 or 4265175. OLE color: 4265175.
HSL color Cylindrical-coordinate representation of color #D71441: hue angle of 346.15º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D71441 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 65 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.16 |
| HSL | 346.15º | 0.83% | 0.46% | - |
| HSV(B) | 346.15º | 0.91% | 0.84% | - |
| XYZ | 29.23 | 15.33 | 6.42 | - |
| YUV | 83.44 | 117.6 | 221.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 65 | 0 | 0.91 | 0.70 | 0.16 | 346.15 | 0.83 | 0.46 |
| Hex | D7 | 14 | 41 | 0 | 5B | 46 | 10 | 15A | 53 | 2E |
| Octal | 327 | 24 | 101 | 0 | 133 | 106 | 20 | 532 | 123 | 56 |
| Binary | 11010111 | 10100 | 1000001 | 0 | 1011011 | 1000110 | 10000 | 101011010 | 1010011 | 101110 |
Color Harmonies of #D71441
Complementary color
Monochromatic Colors of #D71441
Black with #D71441
Text Example
Text Example
White with #D71441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71441; }
p { color: rgb(215,20,65); }
H1.HeaderClassName
{
color: #D71441;
}
.AnyTagClassName
{
color: #D71441;
}
</style>
background-color css
<style>
a { background-color: #D71441; }
a { background-color: rgb(215,20,65); }
div.DivClassName
{
background-color: #D71441;
}
.BgClassName
{
background-color: #D71441;
}
</style>
border-color css
<style>
span { border-color: #D71441; }
span { border-color: rgb(215,20,65); }
td.TdClassName
{
border-color: #D71441;
}
.TagClassName
{
border-color: #D71441;
}
</style>