Shades of Crimson #DC123D
Tints of Crimson #DC123D
RGB
CMYK
RGB Variations
Color information
#DC123D (or 0xDC123D) is known color: Crimson. HEX triplet: DC, 12 and 3D. RGB value is (220,18,61). Sum of RGB (Red+Green+Blue) = 220+18+61=299 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.58% from 299); Green value is 18 (7.42% from 255 or 6.02% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 220 - color contains mainly: red. Hex color #DC123D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC123D is #23EDC2. Grayscale: #535353. Windows color (decimal): -2354627 or 4002524. OLE color: 4002524.
HSL color Cylindrical-coordinate representation of color #DC123D: hue angle of 347.23º 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 #DC123D is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 61 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.14 |
| HSL | 347.23º | 0.85% | 0.47% | - |
| HSV(B) | 347.23º | 0.92% | 0.86% | - |
| XYZ | 30.57 | 15.99 | 5.89 | - |
| YUV | 83.3 | 115.42 | 225.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 61 | 0 | 0.92 | 0.72 | 0.14 | 347.23 | 0.85 | 0.47 |
| Hex | DC | 12 | 3D | 0 | 5C | 48 | E | 15B | 55 | 2F |
| Octal | 334 | 22 | 75 | 0 | 134 | 110 | 16 | 533 | 125 | 57 |
| Binary | 11011100 | 10010 | 111101 | 0 | 1011100 | 1001000 | 1110 | 101011011 | 1010101 | 101111 |
Color Harmonies of #DC123D
Complementary color
Monochromatic Colors of #DC123D
Black with #DC123D
Text Example
Text Example
White with #DC123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC123D; }
p { color: rgb(220,18,61); }
H1.HeaderClassName
{
color: #DC123D;
}
.AnyTagClassName
{
color: #DC123D;
}
</style>
background-color css
<style>
a { background-color: #DC123D; }
a { background-color: rgb(220,18,61); }
div.DivClassName
{
background-color: #DC123D;
}
.BgClassName
{
background-color: #DC123D;
}
</style>
border-color css
<style>
span { border-color: #DC123D; }
span { border-color: rgb(220,18,61); }
td.TdClassName
{
border-color: #DC123D;
}
.TagClassName
{
border-color: #DC123D;
}
</style>