Shades of Crimson #DF0E44
Tints of Crimson #DF0E44
RGB
CMYK
RGB Variations
Color information
#DF0E44 (or 0xDF0E44) is known color: Crimson. HEX triplet: DF, 0E and 44. RGB value is (223,14,68). Sum of RGB (Red+Green+Blue) = 223+14+68=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 14 (5.86% from 255 or 4.59% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0E44 is #20F1BB. Grayscale: #525252. Windows color (decimal): -2159036 or 4460255. OLE color: 4460255.
HSL color Cylindrical-coordinate representation of color #DF0E44: hue angle of 344.5º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0E44 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 68 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.13 |
| HSL | 344.5º | 0.88% | 0.46% | - |
| HSV(B) | 344.5º | 0.94% | 0.87% | - |
| XYZ | 31.63 | 16.42 | 6.97 | - |
| YUV | 82.65 | 119.74 | 228.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 68 | 0 | 0.94 | 0.70 | 0.13 | 344.5 | 0.88 | 0.46 |
| Hex | DF | E | 44 | 0 | 5E | 46 | D | 158 | 58 | 2E |
| Octal | 337 | 16 | 104 | 0 | 136 | 106 | 15 | 530 | 130 | 56 |
| Binary | 11011111 | 1110 | 1000100 | 0 | 1011110 | 1000110 | 1101 | 101011000 | 1011000 | 101110 |
Color Harmonies of #DF0E44
Complementary color
Monochromatic Colors of #DF0E44
Black with #DF0E44
Text Example
Text Example
White with #DF0E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0E44; }
p { color: rgb(223,14,68); }
H1.HeaderClassName
{
color: #DF0E44;
}
.AnyTagClassName
{
color: #DF0E44;
}
</style>
background-color css
<style>
a { background-color: #DF0E44; }
a { background-color: rgb(223,14,68); }
div.DivClassName
{
background-color: #DF0E44;
}
.BgClassName
{
background-color: #DF0E44;
}
</style>
border-color css
<style>
span { border-color: #DF0E44; }
span { border-color: rgb(223,14,68); }
td.TdClassName
{
border-color: #DF0E44;
}
.TagClassName
{
border-color: #DF0E44;
}
</style>