Shades of Crimson #DC122F
Tints of Crimson #DC122F
RGB
CMYK
RGB Variations
Color information
#DC122F (or 0xDC122F) is known color: Crimson. HEX triplet: DC, 12 and 2F. RGB value is (220,18,47). Sum of RGB (Red+Green+Blue) = 220+18+47=285 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.19% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 220 - color contains mainly: red. Hex color #DC122F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC122F is #23EDD0. Grayscale: #515151. Windows color (decimal): -2354641 or 3085020. OLE color: 3085020.
HSL color Cylindrical-coordinate representation of color #DC122F: hue angle of 351.39º 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 #DC122F is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 47 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.14 |
| HSL | 351.39º | 0.85% | 0.47% | - |
| HSV(B) | 351.39º | 0.92% | 0.86% | - |
| XYZ | 30.24 | 15.85 | 4.16 | - |
| YUV | 81.7 | 108.42 | 226.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 47 | 0 | 0.92 | 0.79 | 0.14 | 351.39 | 0.85 | 0.47 |
| Hex | DC | 12 | 2F | 0 | 5C | 4F | E | 15F | 55 | 2F |
| Octal | 334 | 22 | 57 | 0 | 134 | 117 | 16 | 537 | 125 | 57 |
| Binary | 11011100 | 10010 | 101111 | 0 | 1011100 | 1001111 | 1110 | 101011111 | 1010101 | 101111 |
Color Harmonies of #DC122F
Complementary color
Monochromatic Colors of #DC122F
Black with #DC122F
Text Example
Text Example
White with #DC122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC122F; }
p { color: rgb(220,18,47); }
H1.HeaderClassName
{
color: #DC122F;
}
.AnyTagClassName
{
color: #DC122F;
}
</style>
background-color css
<style>
a { background-color: #DC122F; }
a { background-color: rgb(220,18,47); }
div.DivClassName
{
background-color: #DC122F;
}
.BgClassName
{
background-color: #DC122F;
}
</style>
border-color css
<style>
span { border-color: #DC122F; }
span { border-color: rgb(220,18,47); }
td.TdClassName
{
border-color: #DC122F;
}
.TagClassName
{
border-color: #DC122F;
}
</style>