Shades of Crimson #DC122D
Tints of Crimson #DC122D
RGB
CMYK
RGB Variations
Color information
#DC122D (or 0xDC122D) is known color: Crimson. HEX triplet: DC, 12 and 2D. RGB value is (220,18,45). Sum of RGB (Red+Green+Blue) = 220+18+45=283 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.74% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 220 - color contains mainly: red. Hex color #DC122D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC122D is #23EDD2. Grayscale: #515151. Windows color (decimal): -2354643 or 2953948. OLE color: 2953948.
HSL color Cylindrical-coordinate representation of color #DC122D: hue angle of 351.98º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC122D is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 45 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.14 |
| HSL | 351.98º | 0.85% | 0.47% | - |
| HSV(B) | 351.98º | 0.92% | 0.86% | - |
| XYZ | 30.21 | 15.84 | 3.95 | - |
| YUV | 81.48 | 107.42 | 226.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 45 | 0 | 0.92 | 0.80 | 0.14 | 351.98 | 0.85 | 0.47 |
| Hex | DC | 12 | 2D | 0 | 5C | 50 | E | 160 | 55 | 2F |
| Octal | 334 | 22 | 55 | 0 | 134 | 120 | 16 | 540 | 125 | 57 |
| Binary | 11011100 | 10010 | 101101 | 0 | 1011100 | 1010000 | 1110 | 101100000 | 1010101 | 101111 |
Color Harmonies of #DC122D
Complementary color
Monochromatic Colors of #DC122D
Black with #DC122D
Text Example
Text Example
White with #DC122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC122D; }
p { color: rgb(220,18,45); }
H1.HeaderClassName
{
color: #DC122D;
}
.AnyTagClassName
{
color: #DC122D;
}
</style>
background-color css
<style>
a { background-color: #DC122D; }
a { background-color: rgb(220,18,45); }
div.DivClassName
{
background-color: #DC122D;
}
.BgClassName
{
background-color: #DC122D;
}
</style>
border-color css
<style>
span { border-color: #DC122D; }
span { border-color: rgb(220,18,45); }
td.TdClassName
{
border-color: #DC122D;
}
.TagClassName
{
border-color: #DC122D;
}
</style>