Shades of Crimson #D91438
Tints of Crimson #D91438
RGB
CMYK
RGB Variations
Color information
#D91438 (or 0xD91438) is known color: Crimson. HEX triplet: D9, 14 and 38. RGB value is (217,20,56). Sum of RGB (Red+Green+Blue) = 217+20+56=293 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.06% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 217 - color contains mainly: red. Hex color #D91438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91438 is #26EBC7. Grayscale: #535353. Windows color (decimal): -2550728 or 3675353. OLE color: 3675353.
HSL color Cylindrical-coordinate representation of color #D91438: hue angle of 349.04º 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 #D91438 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 56 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.15 |
| HSL | 349.04º | 0.83% | 0.46% | - |
| HSV(B) | 349.04º | 0.91% | 0.85% | - |
| XYZ | 29.58 | 15.54 | 5.18 | - |
| YUV | 83.01 | 112.77 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 56 | 0 | 0.91 | 0.74 | 0.15 | 349.04 | 0.83 | 0.46 |
| Hex | D9 | 14 | 38 | 0 | 5B | 4A | F | 15D | 53 | 2E |
| Octal | 331 | 24 | 70 | 0 | 133 | 112 | 17 | 535 | 123 | 56 |
| Binary | 11011001 | 10100 | 111000 | 0 | 1011011 | 1001010 | 1111 | 101011101 | 1010011 | 101110 |
Color Harmonies of #D91438
Complementary color
Monochromatic Colors of #D91438
Black with #D91438
Text Example
Text Example
White with #D91438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91438; }
p { color: rgb(217,20,56); }
H1.HeaderClassName
{
color: #D91438;
}
.AnyTagClassName
{
color: #D91438;
}
</style>
background-color css
<style>
a { background-color: #D91438; }
a { background-color: rgb(217,20,56); }
div.DivClassName
{
background-color: #D91438;
}
.BgClassName
{
background-color: #D91438;
}
</style>
border-color css
<style>
span { border-color: #D91438; }
span { border-color: rgb(217,20,56); }
td.TdClassName
{
border-color: #D91438;
}
.TagClassName
{
border-color: #D91438;
}
</style>