Shades of Crimson #DC2145
Tints of Crimson #DC2145
RGB
CMYK
RGB Variations
Color information
#DC2145 (or 0xDC2145) is known color: Crimson. HEX triplet: DC, 21 and 45. RGB value is (220,33,69). Sum of RGB (Red+Green+Blue) = 220+33+69=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2145 is #23DEBA. Grayscale: #5D5D5D. Windows color (decimal): -2350779 or 4530652. OLE color: 4530652.
HSL color Cylindrical-coordinate representation of color #DC2145: hue angle of 348.45º degrees, saturation: 0.74, 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 #DC2145 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 69 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.14 |
| HSL | 348.45º | 0.74% | 0.5% | - |
| HSV(B) | 348.45º | 0.85% | 0.86% | - |
| XYZ | 31.13 | 16.73 | 7.22 | - |
| YUV | 93.02 | 114.45 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 69 | 0 | 0.85 | 0.69 | 0.14 | 348.45 | 0.74 | 0.5 |
| Hex | DC | 21 | 45 | 0 | 55 | 45 | E | 15C | 4A | 32 |
| Octal | 334 | 41 | 105 | 0 | 125 | 105 | 16 | 534 | 112 | 62 |
| Binary | 11011100 | 100001 | 1000101 | 0 | 1010101 | 1000101 | 1110 | 101011100 | 1001010 | 110010 |
Color Harmonies of #DC2145
Complementary color
Monochromatic Colors of #DC2145
Black with #DC2145
Text Example
Text Example
White with #DC2145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2145; }
p { color: rgb(220,33,69); }
H1.HeaderClassName
{
color: #DC2145;
}
.AnyTagClassName
{
color: #DC2145;
}
</style>
background-color css
<style>
a { background-color: #DC2145; }
a { background-color: rgb(220,33,69); }
div.DivClassName
{
background-color: #DC2145;
}
.BgClassName
{
background-color: #DC2145;
}
</style>
border-color css
<style>
span { border-color: #DC2145; }
span { border-color: rgb(220,33,69); }
td.TdClassName
{
border-color: #DC2145;
}
.TagClassName
{
border-color: #DC2145;
}
</style>