Shades of Crimson #DE0F41
Tints of Crimson #DE0F41
RGB
CMYK
RGB Variations
Color information
#DE0F41 (or 0xDE0F41) is known color: Crimson. HEX triplet: DE, 0F and 41. RGB value is (222,15,65). Sum of RGB (Red+Green+Blue) = 222+15+65=302 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.51% from 302); Green value is 15 (6.25% from 255 or 4.97% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0F41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0F41 is #21F0BE. Grayscale: #525252. Windows color (decimal): -2224319 or 4263902. OLE color: 4263902.
HSL color Cylindrical-coordinate representation of color #DE0F41: hue angle of 345.51º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE0F41 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 15 | 65 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.13 |
| HSL | 345.51º | 0.87% | 0.46% | - |
| HSV(B) | 345.51º | 0.93% | 0.87% | - |
| XYZ | 31.25 | 16.25 | 6.49 | - |
| YUV | 82.59 | 118.08 | 227.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 15 | 65 | 0 | 0.93 | 0.71 | 0.13 | 345.51 | 0.87 | 0.46 |
| Hex | DE | F | 41 | 0 | 5D | 47 | D | 15A | 57 | 2E |
| Octal | 336 | 17 | 101 | 0 | 135 | 107 | 15 | 532 | 127 | 56 |
| Binary | 11011110 | 1111 | 1000001 | 0 | 1011101 | 1000111 | 1101 | 101011010 | 1010111 | 101110 |
Color Harmonies of #DE0F41
Complementary color
Monochromatic Colors of #DE0F41
Black with #DE0F41
Text Example
Text Example
White with #DE0F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0F41; }
p { color: rgb(222,15,65); }
H1.HeaderClassName
{
color: #DE0F41;
}
.AnyTagClassName
{
color: #DE0F41;
}
</style>
background-color css
<style>
a { background-color: #DE0F41; }
a { background-color: rgb(222,15,65); }
div.DivClassName
{
background-color: #DE0F41;
}
.BgClassName
{
background-color: #DE0F41;
}
</style>
border-color css
<style>
span { border-color: #DE0F41; }
span { border-color: rgb(222,15,65); }
td.TdClassName
{
border-color: #DE0F41;
}
.TagClassName
{
border-color: #DE0F41;
}
</style>