Shades of Crimson #DE193D
Tints of Crimson #DE193D
RGB
CMYK
RGB Variations
Color information
#DE193D (or 0xDE193D) is known color: Crimson. HEX triplet: DE, 19 and 3D. RGB value is (222,25,61). Sum of RGB (Red+Green+Blue) = 222+25+61=308 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.08% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 222 - color contains mainly: red. Hex color #DE193D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE193D is #21E6C2. Grayscale: #585858. Windows color (decimal): -2221763 or 4004318. OLE color: 4004318.
HSL color Cylindrical-coordinate representation of color #DE193D: hue angle of 349.04º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DE193D is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 25 | 61 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.13 |
| HSL | 349.04º | 0.8% | 0.48% | - |
| HSV(B) | 349.04º | 0.89% | 0.87% | - |
| XYZ | 31.31 | 16.56 | 5.96 | - |
| YUV | 88.01 | 112.77 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 25 | 61 | 0 | 0.89 | 0.73 | 0.13 | 349.04 | 0.8 | 0.48 |
| Hex | DE | 19 | 3D | 0 | 59 | 49 | D | 15D | 50 | 30 |
| Octal | 336 | 31 | 75 | 0 | 131 | 111 | 15 | 535 | 120 | 60 |
| Binary | 11011110 | 11001 | 111101 | 0 | 1011001 | 1001001 | 1101 | 101011101 | 1010000 | 110000 |
Color Harmonies of #DE193D
Complementary color
Monochromatic Colors of #DE193D
Black with #DE193D
Text Example
Text Example
White with #DE193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE193D; }
p { color: rgb(222,25,61); }
H1.HeaderClassName
{
color: #DE193D;
}
.AnyTagClassName
{
color: #DE193D;
}
</style>
background-color css
<style>
a { background-color: #DE193D; }
a { background-color: rgb(222,25,61); }
div.DivClassName
{
background-color: #DE193D;
}
.BgClassName
{
background-color: #DE193D;
}
</style>
border-color css
<style>
span { border-color: #DE193D; }
span { border-color: rgb(222,25,61); }
td.TdClassName
{
border-color: #DE193D;
}
.TagClassName
{
border-color: #DE193D;
}
</style>