Shades of Crimson #D91443
Tints of Crimson #D91443
RGB
CMYK
RGB Variations
Color information
#D91443 (or 0xD91443) is known color: Crimson. HEX triplet: D9, 14 and 43. RGB value is (217,20,67). Sum of RGB (Red+Green+Blue) = 217+20+67=304 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.38% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 67 (26.56% from 255 or 22.04% from 304); Max value from RGB is 217 - color contains mainly: red. Hex color #D91443 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91443 is #26EBBC. Grayscale: #545454. Windows color (decimal): -2550717 or 4396249. OLE color: 4396249.
HSL color Cylindrical-coordinate representation of color #D91443: hue angle of 345.69º 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 #D91443 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 67 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.15 |
| HSL | 345.69º | 0.83% | 0.46% | - |
| HSV(B) | 345.69º | 0.91% | 0.85% | - |
| XYZ | 29.88 | 15.66 | 6.76 | - |
| YUV | 84.26 | 118.27 | 222.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 67 | 0 | 0.91 | 0.69 | 0.15 | 345.69 | 0.83 | 0.46 |
| Hex | D9 | 14 | 43 | 0 | 5B | 45 | F | 15A | 53 | 2E |
| Octal | 331 | 24 | 103 | 0 | 133 | 105 | 17 | 532 | 123 | 56 |
| Binary | 11011001 | 10100 | 1000011 | 0 | 1011011 | 1000101 | 1111 | 101011010 | 1010011 | 101110 |
Color Harmonies of #D91443
Complementary color
Monochromatic Colors of #D91443
Black with #D91443
Text Example
Text Example
White with #D91443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91443; }
p { color: rgb(217,20,67); }
H1.HeaderClassName
{
color: #D91443;
}
.AnyTagClassName
{
color: #D91443;
}
</style>
background-color css
<style>
a { background-color: #D91443; }
a { background-color: rgb(217,20,67); }
div.DivClassName
{
background-color: #D91443;
}
.BgClassName
{
background-color: #D91443;
}
</style>
border-color css
<style>
span { border-color: #D91443; }
span { border-color: rgb(217,20,67); }
td.TdClassName
{
border-color: #D91443;
}
.TagClassName
{
border-color: #D91443;
}
</style>