Shades of Crimson #DF0E2B
Tints of Crimson #DF0E2B
RGB
CMYK
RGB Variations
Color information
#DF0E2B (or 0xDF0E2B) is known color: Crimson. HEX triplet: DF, 0E and 2B. RGB value is (223,14,43). Sum of RGB (Red+Green+Blue) = 223+14+43=280 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.64% from 280); Green value is 14 (5.86% from 255 or 5% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0E2B is #20F1D4. Grayscale: #4F4F4F. Windows color (decimal): -2159061 or 2821855. OLE color: 2821855.
HSL color Cylindrical-coordinate representation of color #DF0E2B: hue angle of 351.67º 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 #DF0E2B is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 43 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.13 |
| HSL | 351.67º | 0.88% | 0.46% | - |
| HSV(B) | 351.67º | 0.94% | 0.87% | - |
| XYZ | 31.02 | 16.18 | 3.77 | - |
| YUV | 79.8 | 107.24 | 230.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 43 | 0 | 0.94 | 0.81 | 0.13 | 351.67 | 0.88 | 0.46 |
| Hex | DF | E | 2B | 0 | 5E | 51 | D | 160 | 58 | 2E |
| Octal | 337 | 16 | 53 | 0 | 136 | 121 | 15 | 540 | 130 | 56 |
| Binary | 11011111 | 1110 | 101011 | 0 | 1011110 | 1010001 | 1101 | 101100000 | 1011000 | 101110 |
Color Harmonies of #DF0E2B
Complementary color
Monochromatic Colors of #DF0E2B
Black with #DF0E2B
Text Example
Text Example
White with #DF0E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0E2B; }
p { color: rgb(223,14,43); }
H1.HeaderClassName
{
color: #DF0E2B;
}
.AnyTagClassName
{
color: #DF0E2B;
}
</style>
background-color css
<style>
a { background-color: #DF0E2B; }
a { background-color: rgb(223,14,43); }
div.DivClassName
{
background-color: #DF0E2B;
}
.BgClassName
{
background-color: #DF0E2B;
}
</style>
border-color css
<style>
span { border-color: #DF0E2B; }
span { border-color: rgb(223,14,43); }
td.TdClassName
{
border-color: #DF0E2B;
}
.TagClassName
{
border-color: #DF0E2B;
}
</style>