Shades of Crimson #DD123B
Tints of Crimson #DD123B
RGB
CMYK
RGB Variations
Color information
#DD123B (or 0xDD123B) is known color: Crimson. HEX triplet: DD, 12 and 3B. RGB value is (221,18,59). Sum of RGB (Red+Green+Blue) = 221+18+59=298 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.16% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 221 - color contains mainly: red. Hex color #DD123B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD123B is #22EDC4. Grayscale: #535353. Windows color (decimal): -2289093 or 3871453. OLE color: 3871453.
HSL color Cylindrical-coordinate representation of color #DD123B: hue angle of 347.88º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD123B is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 59 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.13 |
| HSL | 347.88º | 0.85% | 0.47% | - |
| HSV(B) | 347.88º | 0.92% | 0.87% | - |
| XYZ | 30.82 | 16.12 | 5.62 | - |
| YUV | 83.37 | 114.25 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 59 | 0 | 0.92 | 0.73 | 0.13 | 347.88 | 0.85 | 0.47 |
| Hex | DD | 12 | 3B | 0 | 5C | 49 | D | 15C | 55 | 2F |
| Octal | 335 | 22 | 73 | 0 | 134 | 111 | 15 | 534 | 125 | 57 |
| Binary | 11011101 | 10010 | 111011 | 0 | 1011100 | 1001001 | 1101 | 101011100 | 1010101 | 101111 |
Color Harmonies of #DD123B
Complementary color
Monochromatic Colors of #DD123B
Black with #DD123B
Text Example
Text Example
White with #DD123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD123B; }
p { color: rgb(221,18,59); }
H1.HeaderClassName
{
color: #DD123B;
}
.AnyTagClassName
{
color: #DD123B;
}
</style>
background-color css
<style>
a { background-color: #DD123B; }
a { background-color: rgb(221,18,59); }
div.DivClassName
{
background-color: #DD123B;
}
.BgClassName
{
background-color: #DD123B;
}
</style>
border-color css
<style>
span { border-color: #DD123B; }
span { border-color: rgb(221,18,59); }
td.TdClassName
{
border-color: #DD123B;
}
.TagClassName
{
border-color: #DD123B;
}
</style>