Shades of Crimson #DD123C
Tints of Crimson #DD123C
RGB
CMYK
RGB Variations
Color information
#DD123C (or 0xDD123C) is known color: Crimson. HEX triplet: DD, 12 and 3C. RGB value is (221,18,60). Sum of RGB (Red+Green+Blue) = 221+18+60=299 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.91% from 299); Green value is 18 (7.42% from 255 or 6.02% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 221 - color contains mainly: red. Hex color #DD123C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD123C is #22EDC3. Grayscale: #535353. Windows color (decimal): -2289092 or 3936989. OLE color: 3936989.
HSL color Cylindrical-coordinate representation of color #DD123C: hue angle of 347.59º 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 #DD123C is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 60 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.13 |
| HSL | 347.59º | 0.85% | 0.47% | - |
| HSV(B) | 347.59º | 0.92% | 0.87% | - |
| XYZ | 30.85 | 16.13 | 5.76 | - |
| YUV | 83.49 | 114.75 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 60 | 0 | 0.92 | 0.73 | 0.13 | 347.59 | 0.85 | 0.47 |
| Hex | DD | 12 | 3C | 0 | 5C | 49 | D | 15C | 55 | 2F |
| Octal | 335 | 22 | 74 | 0 | 134 | 111 | 15 | 534 | 125 | 57 |
| Binary | 11011101 | 10010 | 111100 | 0 | 1011100 | 1001001 | 1101 | 101011100 | 1010101 | 101111 |
Color Harmonies of #DD123C
Complementary color
Monochromatic Colors of #DD123C
Black with #DD123C
Text Example
Text Example
White with #DD123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD123C; }
p { color: rgb(221,18,60); }
H1.HeaderClassName
{
color: #DD123C;
}
.AnyTagClassName
{
color: #DD123C;
}
</style>
background-color css
<style>
a { background-color: #DD123C; }
a { background-color: rgb(221,18,60); }
div.DivClassName
{
background-color: #DD123C;
}
.BgClassName
{
background-color: #DD123C;
}
</style>
border-color css
<style>
span { border-color: #DD123C; }
span { border-color: rgb(221,18,60); }
td.TdClassName
{
border-color: #DD123C;
}
.TagClassName
{
border-color: #DD123C;
}
</style>