Shades of Crimson #DC122E
Tints of Crimson #DC122E
RGB
CMYK
RGB Variations
Color information
#DC122E (or 0xDC122E) is known color: Crimson. HEX triplet: DC, 12 and 2E. RGB value is (220,18,46). Sum of RGB (Red+Green+Blue) = 220+18+46=284 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.46% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 220 - color contains mainly: red. Hex color #DC122E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC122E is #23EDD1. Grayscale: #515151. Windows color (decimal): -2354642 or 3019484. OLE color: 3019484.
HSL color Cylindrical-coordinate representation of color #DC122E: hue angle of 351.68º 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 #DC122E is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 46 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.14 |
| HSL | 351.68º | 0.85% | 0.47% | - |
| HSV(B) | 351.68º | 0.92% | 0.86% | - |
| XYZ | 30.22 | 15.85 | 4.05 | - |
| YUV | 81.59 | 107.92 | 226.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 46 | 0 | 0.92 | 0.79 | 0.14 | 351.68 | 0.85 | 0.47 |
| Hex | DC | 12 | 2E | 0 | 5C | 4F | E | 160 | 55 | 2F |
| Octal | 334 | 22 | 56 | 0 | 134 | 117 | 16 | 540 | 125 | 57 |
| Binary | 11011100 | 10010 | 101110 | 0 | 1011100 | 1001111 | 1110 | 101100000 | 1010101 | 101111 |
Color Harmonies of #DC122E
Complementary color
Monochromatic Colors of #DC122E
Black with #DC122E
Text Example
Text Example
White with #DC122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC122E; }
p { color: rgb(220,18,46); }
H1.HeaderClassName
{
color: #DC122E;
}
.AnyTagClassName
{
color: #DC122E;
}
</style>
background-color css
<style>
a { background-color: #DC122E; }
a { background-color: rgb(220,18,46); }
div.DivClassName
{
background-color: #DC122E;
}
.BgClassName
{
background-color: #DC122E;
}
</style>
border-color css
<style>
span { border-color: #DC122E; }
span { border-color: rgb(220,18,46); }
td.TdClassName
{
border-color: #DC122E;
}
.TagClassName
{
border-color: #DC122E;
}
</style>