Shades of Crimson #DC162F
Tints of Crimson #DC162F
RGB
CMYK
RGB Variations
Color information
#DC162F (or 0xDC162F) is known color: Crimson. HEX triplet: DC, 16 and 2F. RGB value is (220,22,47). Sum of RGB (Red+Green+Blue) = 220+22+47=289 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.12% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 220 - color contains mainly: red. Hex color #DC162F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC162F is #23E9D0. Grayscale: #545454. Windows color (decimal): -2353617 or 3086044. OLE color: 3086044.
HSL color Cylindrical-coordinate representation of color #DC162F: hue angle of 352.42º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC162F is Cyan = 0, Magento = 0.9, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 47 | - |
| CMYK | 0 | 0.9 | 0.79 | 0.14 |
| HSL | 352.42º | 0.82% | 0.47% | - |
| HSV(B) | 352.42º | 0.9% | 0.86% | - |
| XYZ | 30.32 | 15.99 | 4.18 | - |
| YUV | 84.05 | 107.1 | 224.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 47 | 0 | 0.9 | 0.79 | 0.14 | 352.42 | 0.82 | 0.47 |
| Hex | DC | 16 | 2F | 0 | 5A | 4F | E | 160 | 52 | 2F |
| Octal | 334 | 26 | 57 | 0 | 132 | 117 | 16 | 540 | 122 | 57 |
| Binary | 11011100 | 10110 | 101111 | 0 | 1011010 | 1001111 | 1110 | 101100000 | 1010010 | 101111 |
Color Harmonies of #DC162F
Complementary color
Monochromatic Colors of #DC162F
Black with #DC162F
Text Example
Text Example
White with #DC162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC162F; }
p { color: rgb(220,22,47); }
H1.HeaderClassName
{
color: #DC162F;
}
.AnyTagClassName
{
color: #DC162F;
}
</style>
background-color css
<style>
a { background-color: #DC162F; }
a { background-color: rgb(220,22,47); }
div.DivClassName
{
background-color: #DC162F;
}
.BgClassName
{
background-color: #DC162F;
}
</style>
border-color css
<style>
span { border-color: #DC162F; }
span { border-color: rgb(220,22,47); }
td.TdClassName
{
border-color: #DC162F;
}
.TagClassName
{
border-color: #DC162F;
}
</style>