Shades of Crimson #D92144
Tints of Crimson #D92144
RGB
CMYK
RGB Variations
Color information
#D92144 (or 0xD92144) is known color: Crimson. HEX triplet: D9, 21 and 44. RGB value is (217,33,68). Sum of RGB (Red+Green+Blue) = 217+33+68=318 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.24% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 68 (26.95% from 255 or 21.38% from 318); Max value from RGB is 217 - color contains mainly: red. Hex color #D92144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92144 is #26DEBB. Grayscale: #5C5C5C. Windows color (decimal): -2547388 or 4465113. OLE color: 4465113.
HSL color Cylindrical-coordinate representation of color #D92144: hue angle of 348.59º 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 #D92144 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 33 | 68 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.15 |
| HSL | 348.59º | 0.74% | 0.49% | - |
| HSV(B) | 348.59º | 0.85% | 0.85% | - |
| XYZ | 30.2 | 16.26 | 7.01 | - |
| YUV | 92.01 | 114.46 | 217.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 33 | 68 | 0 | 0.85 | 0.69 | 0.15 | 348.59 | 0.74 | 0.49 |
| Hex | D9 | 21 | 44 | 0 | 55 | 45 | F | 15D | 4A | 31 |
| Octal | 331 | 41 | 104 | 0 | 125 | 105 | 17 | 535 | 112 | 61 |
| Binary | 11011001 | 100001 | 1000100 | 0 | 1010101 | 1000101 | 1111 | 101011101 | 1001010 | 110001 |
Color Harmonies of #D92144
Complementary color
Monochromatic Colors of #D92144
Black with #D92144
Text Example
Text Example
White with #D92144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92144; }
p { color: rgb(217,33,68); }
H1.HeaderClassName
{
color: #D92144;
}
.AnyTagClassName
{
color: #D92144;
}
</style>
background-color css
<style>
a { background-color: #D92144; }
a { background-color: rgb(217,33,68); }
div.DivClassName
{
background-color: #D92144;
}
.BgClassName
{
background-color: #D92144;
}
</style>
border-color css
<style>
span { border-color: #D92144; }
span { border-color: rgb(217,33,68); }
td.TdClassName
{
border-color: #D92144;
}
.TagClassName
{
border-color: #D92144;
}
</style>