Shades of Crimson #DF0E2F
Tints of Crimson #DF0E2F
RGB
CMYK
RGB Variations
Color information
#DF0E2F (or 0xDF0E2F) is known color: Crimson. HEX triplet: DF, 0E and 2F. RGB value is (223,14,47). Sum of RGB (Red+Green+Blue) = 223+14+47=284 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.52% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0E2F is #20F1D0. Grayscale: #505050. Windows color (decimal): -2159057 or 3083999. OLE color: 3083999.
HSL color Cylindrical-coordinate representation of color #DF0E2F: hue angle of 350.53º 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 #DF0E2F is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 47 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.13 |
| HSL | 350.53º | 0.88% | 0.46% | - |
| HSV(B) | 350.53º | 0.94% | 0.87% | - |
| XYZ | 31.1 | 16.21 | 4.18 | - |
| YUV | 80.25 | 109.24 | 229.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 47 | 0 | 0.94 | 0.79 | 0.13 | 350.53 | 0.88 | 0.46 |
| Hex | DF | E | 2F | 0 | 5E | 4F | D | 15F | 58 | 2E |
| Octal | 337 | 16 | 57 | 0 | 136 | 117 | 15 | 537 | 130 | 56 |
| Binary | 11011111 | 1110 | 101111 | 0 | 1011110 | 1001111 | 1101 | 101011111 | 1011000 | 101110 |
Color Harmonies of #DF0E2F
Complementary color
Monochromatic Colors of #DF0E2F
Black with #DF0E2F
Text Example
Text Example
White with #DF0E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0E2F; }
p { color: rgb(223,14,47); }
H1.HeaderClassName
{
color: #DF0E2F;
}
.AnyTagClassName
{
color: #DF0E2F;
}
</style>
background-color css
<style>
a { background-color: #DF0E2F; }
a { background-color: rgb(223,14,47); }
div.DivClassName
{
background-color: #DF0E2F;
}
.BgClassName
{
background-color: #DF0E2F;
}
</style>
border-color css
<style>
span { border-color: #DF0E2F; }
span { border-color: rgb(223,14,47); }
td.TdClassName
{
border-color: #DF0E2F;
}
.TagClassName
{
border-color: #DF0E2F;
}
</style>