Shades of Crimson #D92344
Tints of Crimson #D92344
RGB
CMYK
RGB Variations
Color information
#D92344 (or 0xD92344) is known color: Crimson. HEX triplet: D9, 23 and 44. RGB value is (217,35,68). Sum of RGB (Red+Green+Blue) = 217+35+68=320 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.81% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 217 - color contains mainly: red. Hex color #D92344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92344 is #26DCBB. Grayscale: #5D5D5D. Windows color (decimal): -2546876 or 4465625. OLE color: 4465625.
HSL color Cylindrical-coordinate representation of color #D92344: hue angle of 349.12º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D92344 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 35 | 68 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.15 |
| HSL | 349.12º | 0.72% | 0.49% | - |
| HSV(B) | 349.12º | 0.84% | 0.85% | - |
| XYZ | 30.26 | 16.37 | 7.03 | - |
| YUV | 93.18 | 113.8 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 35 | 68 | 0 | 0.84 | 0.69 | 0.15 | 349.12 | 0.72 | 0.49 |
| Hex | D9 | 23 | 44 | 0 | 54 | 45 | F | 15D | 48 | 31 |
| Octal | 331 | 43 | 104 | 0 | 124 | 105 | 17 | 535 | 110 | 61 |
| Binary | 11011001 | 100011 | 1000100 | 0 | 1010100 | 1000101 | 1111 | 101011101 | 1001000 | 110001 |
Color Harmonies of #D92344
Complementary color
Monochromatic Colors of #D92344
Black with #D92344
Text Example
Text Example
White with #D92344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92344; }
p { color: rgb(217,35,68); }
H1.HeaderClassName
{
color: #D92344;
}
.AnyTagClassName
{
color: #D92344;
}
</style>
background-color css
<style>
a { background-color: #D92344; }
a { background-color: rgb(217,35,68); }
div.DivClassName
{
background-color: #D92344;
}
.BgClassName
{
background-color: #D92344;
}
</style>
border-color css
<style>
span { border-color: #D92344; }
span { border-color: rgb(217,35,68); }
td.TdClassName
{
border-color: #D92344;
}
.TagClassName
{
border-color: #D92344;
}
</style>