Shades of Crimson #DF012E
Tints of Crimson #DF012E
RGB
CMYK
RGB Variations
Color information
#DF012E (or 0xDF012E) is known color: Crimson. HEX triplet: DF, 01 and 2E. RGB value is (223,1,46). Sum of RGB (Red+Green+Blue) = 223+1+46=270 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.59% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 223 - color contains mainly: red. Hex color #DF012E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF012E is #20FED1. Grayscale: #484848. Windows color (decimal): -2162386 or 3015135. OLE color: 3015135.
HSL color Cylindrical-coordinate representation of color #DF012E: hue angle of 347.84º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF012E is Cyan = 0, Magento = 1.00, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 46 | - |
| CMYK | 0 | 1.00 | 0.79 | 0.13 |
| HSL | 347.84º | 0.99% | 0.44% | - |
| HSV(B) | 347.84º | 1% | 0.87% | - |
| XYZ | 30.94 | 15.91 | 4.02 | - |
| YUV | 72.51 | 113.05 | 235.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 46 | 0 | 1.00 | 0.79 | 0.13 | 347.84 | 0.99 | 0.44 |
| Hex | DF | 1 | 2E | 0 | 64 | 4F | D | 15C | 63 | 2C |
| Octal | 337 | 1 | 56 | 0 | 144 | 117 | 15 | 534 | 143 | 54 |
| Binary | 11011111 | 1 | 101110 | 0 | 1100100 | 1001111 | 1101 | 101011100 | 1100011 | 101100 |
Color Harmonies of #DF012E
Complementary color
Monochromatic Colors of #DF012E
Black with #DF012E
Text Example
Text Example
White with #DF012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF012E; }
p { color: rgb(223,1,46); }
H1.HeaderClassName
{
color: #DF012E;
}
.AnyTagClassName
{
color: #DF012E;
}
</style>
background-color css
<style>
a { background-color: #DF012E; }
a { background-color: rgb(223,1,46); }
div.DivClassName
{
background-color: #DF012E;
}
.BgClassName
{
background-color: #DF012E;
}
</style>
border-color css
<style>
span { border-color: #DF012E; }
span { border-color: rgb(223,1,46); }
td.TdClassName
{
border-color: #DF012E;
}
.TagClassName
{
border-color: #DF012E;
}
</style>