Shades of Crimson #D9123C
Tints of Crimson #D9123C
RGB
CMYK
RGB Variations
Color information
#D9123C (or 0xD9123C) is known color: Crimson. HEX triplet: D9, 12 and 3C. RGB value is (217,18,60). Sum of RGB (Red+Green+Blue) = 217+18+60=295 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.56% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 217 - color contains mainly: red. Hex color #D9123C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9123C is #26EDC3. Grayscale: #525252. Windows color (decimal): -2551236 or 3936985. OLE color: 3936985.
HSL color Cylindrical-coordinate representation of color #D9123C: hue angle of 347.34º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D9123C is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 18 | 60 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.15 |
| HSL | 347.34º | 0.85% | 0.46% | - |
| HSV(B) | 347.34º | 0.92% | 0.85% | - |
| XYZ | 29.65 | 15.51 | 5.71 | - |
| YUV | 82.29 | 115.43 | 224.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 18 | 60 | 0 | 0.92 | 0.72 | 0.15 | 347.34 | 0.85 | 0.46 |
| Hex | D9 | 12 | 3C | 0 | 5C | 48 | F | 15B | 55 | 2E |
| Octal | 331 | 22 | 74 | 0 | 134 | 110 | 17 | 533 | 125 | 56 |
| Binary | 11011001 | 10010 | 111100 | 0 | 1011100 | 1001000 | 1111 | 101011011 | 1010101 | 101110 |
Color Harmonies of #D9123C
Complementary color
Monochromatic Colors of #D9123C
Black with #D9123C
Text Example
Text Example
White with #D9123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9123C; }
p { color: rgb(217,18,60); }
H1.HeaderClassName
{
color: #D9123C;
}
.AnyTagClassName
{
color: #D9123C;
}
</style>
background-color css
<style>
a { background-color: #D9123C; }
a { background-color: rgb(217,18,60); }
div.DivClassName
{
background-color: #D9123C;
}
.BgClassName
{
background-color: #D9123C;
}
</style>
border-color css
<style>
span { border-color: #D9123C; }
span { border-color: rgb(217,18,60); }
td.TdClassName
{
border-color: #D9123C;
}
.TagClassName
{
border-color: #D9123C;
}
</style>