Shades of Crimson #DC2245
Tints of Crimson #DC2245
RGB
CMYK
RGB Variations
Color information
#DC2245 (or 0xDC2245) is known color: Crimson. HEX triplet: DC, 22 and 45. RGB value is (220,34,69). Sum of RGB (Red+Green+Blue) = 220+34+69=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 34 (13.67% from 255 or 10.53% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2245 is #23DDBA. Grayscale: #5D5D5D. Windows color (decimal): -2350523 or 4530908. OLE color: 4530908.
HSL color Cylindrical-coordinate representation of color #DC2245: hue angle of 348.71º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2245 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 69 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.14 |
| HSL | 348.71º | 0.73% | 0.5% | - |
| HSV(B) | 348.71º | 0.85% | 0.86% | - |
| XYZ | 31.16 | 16.79 | 7.23 | - |
| YUV | 93.6 | 114.12 | 218.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 69 | 0 | 0.85 | 0.69 | 0.14 | 348.71 | 0.73 | 0.5 |
| Hex | DC | 22 | 45 | 0 | 55 | 45 | E | 15D | 49 | 32 |
| Octal | 334 | 42 | 105 | 0 | 125 | 105 | 16 | 535 | 111 | 62 |
| Binary | 11011100 | 100010 | 1000101 | 0 | 1010101 | 1000101 | 1110 | 101011101 | 1001001 | 110010 |
Color Harmonies of #DC2245
Complementary color
Monochromatic Colors of #DC2245
Black with #DC2245
Text Example
Text Example
White with #DC2245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2245; }
p { color: rgb(220,34,69); }
H1.HeaderClassName
{
color: #DC2245;
}
.AnyTagClassName
{
color: #DC2245;
}
</style>
background-color css
<style>
a { background-color: #DC2245; }
a { background-color: rgb(220,34,69); }
div.DivClassName
{
background-color: #DC2245;
}
.BgClassName
{
background-color: #DC2245;
}
</style>
border-color css
<style>
span { border-color: #DC2245; }
span { border-color: rgb(220,34,69); }
td.TdClassName
{
border-color: #DC2245;
}
.TagClassName
{
border-color: #DC2245;
}
</style>