Shades of Crimson #D9123A
Tints of Crimson #D9123A
RGB
CMYK
RGB Variations
Color information
#D9123A (or 0xD9123A) is known color: Crimson. HEX triplet: D9, 12 and 3A. RGB value is (217,18,58). Sum of RGB (Red+Green+Blue) = 217+18+58=293 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.06% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 217 - color contains mainly: red. Hex color #D9123A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9123A is #26EDC5. Grayscale: #525252. Windows color (decimal): -2551238 or 3805913. OLE color: 3805913.
HSL color Cylindrical-coordinate representation of color #D9123A: hue angle of 347.94º 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 #D9123A is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 18 | 58 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.15 |
| HSL | 347.94º | 0.85% | 0.46% | - |
| HSV(B) | 347.94º | 0.92% | 0.85% | - |
| XYZ | 29.6 | 15.49 | 5.43 | - |
| YUV | 82.06 | 114.43 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 18 | 58 | 0 | 0.92 | 0.73 | 0.15 | 347.94 | 0.85 | 0.46 |
| Hex | D9 | 12 | 3A | 0 | 5C | 49 | F | 15C | 55 | 2E |
| Octal | 331 | 22 | 72 | 0 | 134 | 111 | 17 | 534 | 125 | 56 |
| Binary | 11011001 | 10010 | 111010 | 0 | 1011100 | 1001001 | 1111 | 101011100 | 1010101 | 101110 |
Color Harmonies of #D9123A
Complementary color
Monochromatic Colors of #D9123A
Black with #D9123A
Text Example
Text Example
White with #D9123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9123A; }
p { color: rgb(217,18,58); }
H1.HeaderClassName
{
color: #D9123A;
}
.AnyTagClassName
{
color: #D9123A;
}
</style>
background-color css
<style>
a { background-color: #D9123A; }
a { background-color: rgb(217,18,58); }
div.DivClassName
{
background-color: #D9123A;
}
.BgClassName
{
background-color: #D9123A;
}
</style>
border-color css
<style>
span { border-color: #D9123A; }
span { border-color: rgb(217,18,58); }
td.TdClassName
{
border-color: #D9123A;
}
.TagClassName
{
border-color: #D9123A;
}
</style>