Shades of Crimson #DE103C
Tints of Crimson #DE103C
RGB
CMYK
RGB Variations
Color information
#DE103C (or 0xDE103C) is known color: Crimson. HEX triplet: DE, 10 and 3C. RGB value is (222,16,60). Sum of RGB (Red+Green+Blue) = 222+16+60=298 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74.50% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 222 - color contains mainly: red. Hex color #DE103C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE103C is #21EFC3. Grayscale: #525252. Windows color (decimal): -2224068 or 3936478. OLE color: 3936478.
HSL color Cylindrical-coordinate representation of color #DE103C: hue angle of 347.18º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE103C is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 16 | 60 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.13 |
| HSL | 347.18º | 0.87% | 0.47% | - |
| HSV(B) | 347.18º | 0.93% | 0.87% | - |
| XYZ | 31.13 | 16.23 | 5.77 | - |
| YUV | 82.61 | 115.25 | 227.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 16 | 60 | 0 | 0.93 | 0.73 | 0.13 | 347.18 | 0.87 | 0.47 |
| Hex | DE | 10 | 3C | 0 | 5D | 49 | D | 15B | 57 | 2F |
| Octal | 336 | 20 | 74 | 0 | 135 | 111 | 15 | 533 | 127 | 57 |
| Binary | 11011110 | 10000 | 111100 | 0 | 1011101 | 1001001 | 1101 | 101011011 | 1010111 | 101111 |
Color Harmonies of #DE103C
Complementary color
Monochromatic Colors of #DE103C
Black with #DE103C
Text Example
Text Example
White with #DE103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE103C; }
p { color: rgb(222,16,60); }
H1.HeaderClassName
{
color: #DE103C;
}
.AnyTagClassName
{
color: #DE103C;
}
</style>
background-color css
<style>
a { background-color: #DE103C; }
a { background-color: rgb(222,16,60); }
div.DivClassName
{
background-color: #DE103C;
}
.BgClassName
{
background-color: #DE103C;
}
</style>
border-color css
<style>
span { border-color: #DE103C; }
span { border-color: rgb(222,16,60); }
td.TdClassName
{
border-color: #DE103C;
}
.TagClassName
{
border-color: #DE103C;
}
</style>