Shades of Crimson #D91538
Tints of Crimson #D91538
RGB
CMYK
RGB Variations
Color information
#D91538 (or 0xD91538) is known color: Crimson. HEX triplet: D9, 15 and 38. RGB value is (217,21,56). Sum of RGB (Red+Green+Blue) = 217+21+56=294 (38% of max value = 765). Red value is 217 (85.16% from 255 or 73.81% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 217 - color contains mainly: red. Hex color #D91538 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91538 is #26EAC7. Grayscale: #535353. Windows color (decimal): -2550472 or 3675609. OLE color: 3675609.
HSL color Cylindrical-coordinate representation of color #D91538: hue angle of 349.29º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D91538 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 21 | 56 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.15 |
| HSL | 349.29º | 0.82% | 0.47% | - |
| HSV(B) | 349.29º | 0.9% | 0.85% | - |
| XYZ | 29.6 | 15.57 | 5.19 | - |
| YUV | 83.59 | 112.43 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 56 | 0 | 0.90 | 0.74 | 0.15 | 349.29 | 0.82 | 0.47 |
| Hex | D9 | 15 | 38 | 0 | 5A | 4A | F | 15D | 52 | 2F |
| Octal | 331 | 25 | 70 | 0 | 132 | 112 | 17 | 535 | 122 | 57 |
| Binary | 11011001 | 10101 | 111000 | 0 | 1011010 | 1001010 | 1111 | 101011101 | 1010010 | 101111 |
Color Harmonies of #D91538
Complementary color
Monochromatic Colors of #D91538
Black with #D91538
Text Example
Text Example
White with #D91538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91538; }
p { color: rgb(217,21,56); }
H1.HeaderClassName
{
color: #D91538;
}
.AnyTagClassName
{
color: #D91538;
}
</style>
background-color css
<style>
a { background-color: #D91538; }
a { background-color: rgb(217,21,56); }
div.DivClassName
{
background-color: #D91538;
}
.BgClassName
{
background-color: #D91538;
}
</style>
border-color css
<style>
span { border-color: #D91538; }
span { border-color: rgb(217,21,56); }
td.TdClassName
{
border-color: #D91538;
}
.TagClassName
{
border-color: #D91538;
}
</style>