Shades of Crimson #DF012F
Tints of Crimson #DF012F
RGB
CMYK
RGB Variations
Color information
#DF012F (or 0xDF012F) is known color: Crimson. HEX triplet: DF, 01 and 2F. RGB value is (223,1,47). Sum of RGB (Red+Green+Blue) = 223+1+47=271 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.29% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 223 - color contains mainly: red. Hex color #DF012F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF012F is #20FED0. Grayscale: #484848. Windows color (decimal): -2162385 or 3080671. OLE color: 3080671.
HSL color Cylindrical-coordinate representation of color #DF012F: hue angle of 347.57º 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 #DF012F is Cyan = 0, Magento = 1.00, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 47 | - |
| CMYK | 0 | 1.00 | 0.79 | 0.13 |
| HSL | 347.57º | 0.99% | 0.44% | - |
| HSV(B) | 347.57º | 1% | 0.87% | - |
| XYZ | 30.96 | 15.91 | 4.13 | - |
| YUV | 72.62 | 113.55 | 235.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 47 | 0 | 1.00 | 0.79 | 0.13 | 347.57 | 0.99 | 0.44 |
| Hex | DF | 1 | 2F | 0 | 64 | 4F | D | 15C | 63 | 2C |
| Octal | 337 | 1 | 57 | 0 | 144 | 117 | 15 | 534 | 143 | 54 |
| Binary | 11011111 | 1 | 101111 | 0 | 1100100 | 1001111 | 1101 | 101011100 | 1100011 | 101100 |
Color Harmonies of #DF012F
Complementary color
Monochromatic Colors of #DF012F
Black with #DF012F
Text Example
Text Example
White with #DF012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF012F; }
p { color: rgb(223,1,47); }
H1.HeaderClassName
{
color: #DF012F;
}
.AnyTagClassName
{
color: #DF012F;
}
</style>
background-color css
<style>
a { background-color: #DF012F; }
a { background-color: rgb(223,1,47); }
div.DivClassName
{
background-color: #DF012F;
}
.BgClassName
{
background-color: #DF012F;
}
</style>
border-color css
<style>
span { border-color: #DF012F; }
span { border-color: rgb(223,1,47); }
td.TdClassName
{
border-color: #DF012F;
}
.TagClassName
{
border-color: #DF012F;
}
</style>