Shades of Crimson #DC123A
Tints of Crimson #DC123A
RGB
CMYK
RGB Variations
Color information
#DC123A (or 0xDC123A) is known color: Crimson. HEX triplet: DC, 12 and 3A. RGB value is (220,18,58). Sum of RGB (Red+Green+Blue) = 220+18+58=296 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.32% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 220 - color contains mainly: red. Hex color #DC123A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC123A is #23EDC5. Grayscale: #535353. Windows color (decimal): -2354630 or 3805916. OLE color: 3805916.
HSL color Cylindrical-coordinate representation of color #DC123A: hue angle of 348.12º 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 #DC123A is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 58 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.14 |
| HSL | 348.12º | 0.85% | 0.47% | - |
| HSV(B) | 348.12º | 0.92% | 0.86% | - |
| XYZ | 30.5 | 15.95 | 5.48 | - |
| YUV | 82.96 | 113.92 | 225.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 58 | 0 | 0.92 | 0.74 | 0.14 | 348.12 | 0.85 | 0.47 |
| Hex | DC | 12 | 3A | 0 | 5C | 4A | E | 15C | 55 | 2F |
| Octal | 334 | 22 | 72 | 0 | 134 | 112 | 16 | 534 | 125 | 57 |
| Binary | 11011100 | 10010 | 111010 | 0 | 1011100 | 1001010 | 1110 | 101011100 | 1010101 | 101111 |
Color Harmonies of #DC123A
Complementary color
Monochromatic Colors of #DC123A
Black with #DC123A
Text Example
Text Example
White with #DC123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC123A; }
p { color: rgb(220,18,58); }
H1.HeaderClassName
{
color: #DC123A;
}
.AnyTagClassName
{
color: #DC123A;
}
</style>
background-color css
<style>
a { background-color: #DC123A; }
a { background-color: rgb(220,18,58); }
div.DivClassName
{
background-color: #DC123A;
}
.BgClassName
{
background-color: #DC123A;
}
</style>
border-color css
<style>
span { border-color: #DC123A; }
span { border-color: rgb(220,18,58); }
td.TdClassName
{
border-color: #DC123A;
}
.TagClassName
{
border-color: #DC123A;
}
</style>