Shades of Crimson #DC123B
Tints of Crimson #DC123B
RGB
CMYK
RGB Variations
Color information
#DC123B (or 0xDC123B) is known color: Crimson. HEX triplet: DC, 12 and 3B. RGB value is (220,18,59). Sum of RGB (Red+Green+Blue) = 220+18+59=297 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.07% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 220 - color contains mainly: red. Hex color #DC123B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC123B is #23EDC4. Grayscale: #535353. Windows color (decimal): -2354629 or 3871452. OLE color: 3871452.
HSL color Cylindrical-coordinate representation of color #DC123B: hue angle of 347.82º 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 #DC123B is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 59 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.14 |
| HSL | 347.82º | 0.85% | 0.47% | - |
| HSV(B) | 347.82º | 0.92% | 0.86% | - |
| XYZ | 30.52 | 15.96 | 5.61 | - |
| YUV | 83.07 | 114.42 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 59 | 0 | 0.92 | 0.73 | 0.14 | 347.82 | 0.85 | 0.47 |
| Hex | DC | 12 | 3B | 0 | 5C | 49 | E | 15C | 55 | 2F |
| Octal | 334 | 22 | 73 | 0 | 134 | 111 | 16 | 534 | 125 | 57 |
| Binary | 11011100 | 10010 | 111011 | 0 | 1011100 | 1001001 | 1110 | 101011100 | 1010101 | 101111 |
Color Harmonies of #DC123B
Complementary color
Monochromatic Colors of #DC123B
Black with #DC123B
Text Example
Text Example
White with #DC123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC123B; }
p { color: rgb(220,18,59); }
H1.HeaderClassName
{
color: #DC123B;
}
.AnyTagClassName
{
color: #DC123B;
}
</style>
background-color css
<style>
a { background-color: #DC123B; }
a { background-color: rgb(220,18,59); }
div.DivClassName
{
background-color: #DC123B;
}
.BgClassName
{
background-color: #DC123B;
}
</style>
border-color css
<style>
span { border-color: #DC123B; }
span { border-color: rgb(220,18,59); }
td.TdClassName
{
border-color: #DC123B;
}
.TagClassName
{
border-color: #DC123B;
}
</style>