Shades of Crimson #DE093C
Tints of Crimson #DE093C
RGB
CMYK
RGB Variations
Color information
#DE093C (or 0xDE093C) is known color: Crimson. HEX triplet: DE, 09 and 3C. RGB value is (222,9,60). Sum of RGB (Red+Green+Blue) = 222+9+60=291 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.29% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 222 - color contains mainly: red. Hex color #DE093C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE093C is #21F6C3. Grayscale: #4E4E4E. Windows color (decimal): -2225860 or 3934686. OLE color: 3934686.
HSL color Cylindrical-coordinate representation of color #DE093C: hue angle of 345.63º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE093C is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 9 | 60 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.13 |
| HSL | 345.63º | 0.92% | 0.45% | - |
| HSV(B) | 345.63º | 0.96% | 0.87% | - |
| XYZ | 31.04 | 16.05 | 5.74 | - |
| YUV | 78.5 | 117.57 | 230.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 9 | 60 | 0 | 0.96 | 0.73 | 0.13 | 345.63 | 0.92 | 0.45 |
| Hex | DE | 9 | 3C | 0 | 60 | 49 | D | 15A | 5C | 2D |
| Octal | 336 | 11 | 74 | 0 | 140 | 111 | 15 | 532 | 134 | 55 |
| Binary | 11011110 | 1001 | 111100 | 0 | 1100000 | 1001001 | 1101 | 101011010 | 1011100 | 101101 |
Color Harmonies of #DE093C
Complementary color
Monochromatic Colors of #DE093C
Black with #DE093C
Text Example
Text Example
White with #DE093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE093C; }
p { color: rgb(222,9,60); }
H1.HeaderClassName
{
color: #DE093C;
}
.AnyTagClassName
{
color: #DE093C;
}
</style>
background-color css
<style>
a { background-color: #DE093C; }
a { background-color: rgb(222,9,60); }
div.DivClassName
{
background-color: #DE093C;
}
.BgClassName
{
background-color: #DE093C;
}
</style>
border-color css
<style>
span { border-color: #DE093C; }
span { border-color: rgb(222,9,60); }
td.TdClassName
{
border-color: #DE093C;
}
.TagClassName
{
border-color: #DE093C;
}
</style>