Shades of Crimson #D1123A
Tints of Crimson #D1123A
RGB
CMYK
RGB Variations
Color information
#D1123A (or 0xD1123A) is known color: Crimson. HEX triplet: D1, 12 and 3A. RGB value is (209,18,58). Sum of RGB (Red+Green+Blue) = 209+18+58=285 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.33% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 209 - color contains mainly: red. Hex color #D1123A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1123A is #2EEDC5. Grayscale: #4F4F4F. Windows color (decimal): -3075526 or 3805905. OLE color: 3805905.
HSL color Cylindrical-coordinate representation of color #D1123A: hue angle of 347.43º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D1123A is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 58 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.18 |
| HSL | 347.43º | 0.84% | 0.45% | - |
| HSV(B) | 347.43º | 0.91% | 0.82% | - |
| XYZ | 27.27 | 14.29 | 5.32 | - |
| YUV | 79.67 | 115.78 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 58 | 0 | 0.91 | 0.72 | 0.18 | 347.43 | 0.84 | 0.45 |
| Hex | D1 | 12 | 3A | 0 | 5B | 48 | 12 | 15B | 54 | 2D |
| Octal | 321 | 22 | 72 | 0 | 133 | 110 | 22 | 533 | 124 | 55 |
| Binary | 11010001 | 10010 | 111010 | 0 | 1011011 | 1001000 | 10010 | 101011011 | 1010100 | 101101 |
Color Harmonies of #D1123A
Complementary color
Monochromatic Colors of #D1123A
Black with #D1123A
Text Example
Text Example
White with #D1123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1123A; }
p { color: rgb(209,18,58); }
H1.HeaderClassName
{
color: #D1123A;
}
.AnyTagClassName
{
color: #D1123A;
}
</style>
background-color css
<style>
a { background-color: #D1123A; }
a { background-color: rgb(209,18,58); }
div.DivClassName
{
background-color: #D1123A;
}
.BgClassName
{
background-color: #D1123A;
}
</style>
border-color css
<style>
span { border-color: #D1123A; }
span { border-color: rgb(209,18,58); }
td.TdClassName
{
border-color: #D1123A;
}
.TagClassName
{
border-color: #D1123A;
}
</style>