Shades of Crimson #D92141
Tints of Crimson #D92141
RGB
CMYK
RGB Variations
Color information
#D92141 (or 0xD92141) is known color: Crimson. HEX triplet: D9, 21 and 41. RGB value is (217,33,65). Sum of RGB (Red+Green+Blue) = 217+33+65=315 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.89% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 217 - color contains mainly: red. Hex color #D92141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92141 is #26DEBE. Grayscale: #5B5B5B. Windows color (decimal): -2547391 or 4268505. OLE color: 4268505.
HSL color Cylindrical-coordinate representation of color #D92141: hue angle of 349.57º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D92141 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 33 | 65 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.15 |
| HSL | 349.57º | 0.74% | 0.49% | - |
| HSV(B) | 349.57º | 0.85% | 0.85% | - |
| XYZ | 30.11 | 16.22 | 6.54 | - |
| YUV | 91.66 | 112.96 | 217.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 33 | 65 | 0 | 0.85 | 0.70 | 0.15 | 349.57 | 0.74 | 0.49 |
| Hex | D9 | 21 | 41 | 0 | 55 | 46 | F | 15E | 4A | 31 |
| Octal | 331 | 41 | 101 | 0 | 125 | 106 | 17 | 536 | 112 | 61 |
| Binary | 11011001 | 100001 | 1000001 | 0 | 1010101 | 1000110 | 1111 | 101011110 | 1001010 | 110001 |
Color Harmonies of #D92141
Complementary color
Monochromatic Colors of #D92141
Black with #D92141
Text Example
Text Example
White with #D92141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92141; }
p { color: rgb(217,33,65); }
H1.HeaderClassName
{
color: #D92141;
}
.AnyTagClassName
{
color: #D92141;
}
</style>
background-color css
<style>
a { background-color: #D92141; }
a { background-color: rgb(217,33,65); }
div.DivClassName
{
background-color: #D92141;
}
.BgClassName
{
background-color: #D92141;
}
</style>
border-color css
<style>
span { border-color: #D92141; }
span { border-color: rgb(217,33,65); }
td.TdClassName
{
border-color: #D92141;
}
.TagClassName
{
border-color: #D92141;
}
</style>