Shades of Crimson #DE163C
Tints of Crimson #DE163C
RGB
CMYK
RGB Variations
Color information
#DE163C (or 0xDE163C) is known color: Crimson. HEX triplet: DE, 16 and 3C. RGB value is (222,22,60). Sum of RGB (Red+Green+Blue) = 222+22+60=304 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.03% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 222 - color contains mainly: red. Hex color #DE163C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE163C is #21E9C3. Grayscale: #565656. Windows color (decimal): -2222532 or 3938014. OLE color: 3938014.
HSL color Cylindrical-coordinate representation of color #DE163C: hue angle of 348.6º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE163C is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 22 | 60 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.13 |
| HSL | 348.6º | 0.82% | 0.48% | - |
| HSV(B) | 348.6º | 0.9% | 0.87% | - |
| XYZ | 31.23 | 16.43 | 5.8 | - |
| YUV | 86.13 | 113.26 | 224.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 22 | 60 | 0 | 0.90 | 0.73 | 0.13 | 348.6 | 0.82 | 0.48 |
| Hex | DE | 16 | 3C | 0 | 5A | 49 | D | 15D | 52 | 30 |
| Octal | 336 | 26 | 74 | 0 | 132 | 111 | 15 | 535 | 122 | 60 |
| Binary | 11011110 | 10110 | 111100 | 0 | 1011010 | 1001001 | 1101 | 101011101 | 1010010 | 110000 |
Color Harmonies of #DE163C
Complementary color
Monochromatic Colors of #DE163C
Black with #DE163C
Text Example
Text Example
White with #DE163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE163C; }
p { color: rgb(222,22,60); }
H1.HeaderClassName
{
color: #DE163C;
}
.AnyTagClassName
{
color: #DE163C;
}
</style>
background-color css
<style>
a { background-color: #DE163C; }
a { background-color: rgb(222,22,60); }
div.DivClassName
{
background-color: #DE163C;
}
.BgClassName
{
background-color: #DE163C;
}
</style>
border-color css
<style>
span { border-color: #DE163C; }
span { border-color: rgb(222,22,60); }
td.TdClassName
{
border-color: #DE163C;
}
.TagClassName
{
border-color: #DE163C;
}
</style>