Shades of Crimson #DF013F
Tints of Crimson #DF013F
RGB
CMYK
RGB Variations
Color information
#DF013F (or 0xDF013F) is known color: Crimson. HEX triplet: DF, 01 and 3F. RGB value is (223,1,63). Sum of RGB (Red+Green+Blue) = 223+1+63=287 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.70% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 223 - color contains mainly: red. Hex color #DF013F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF013F is #20FEC0. Grayscale: #4A4A4A. Windows color (decimal): -2162369 or 4129247. OLE color: 4129247.
HSL color Cylindrical-coordinate representation of color #DF013F: hue angle of 343.24º 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 #DF013F is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 63 | - |
| CMYK | 0 | 1.00 | 0.72 | 0.13 |
| HSL | 343.24º | 0.99% | 0.44% | - |
| HSV(B) | 343.24º | 1% | 0.87% | - |
| XYZ | 31.34 | 16.07 | 6.15 | - |
| YUV | 74.45 | 121.55 | 233.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 63 | 0 | 1.00 | 0.72 | 0.13 | 343.24 | 0.99 | 0.44 |
| Hex | DF | 1 | 3F | 0 | 64 | 48 | D | 157 | 63 | 2C |
| Octal | 337 | 1 | 77 | 0 | 144 | 110 | 15 | 527 | 143 | 54 |
| Binary | 11011111 | 1 | 111111 | 0 | 1100100 | 1001000 | 1101 | 101010111 | 1100011 | 101100 |
Color Harmonies of #DF013F
Complementary color
Monochromatic Colors of #DF013F
Black with #DF013F
Text Example
Text Example
White with #DF013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF013F; }
p { color: rgb(223,1,63); }
H1.HeaderClassName
{
color: #DF013F;
}
.AnyTagClassName
{
color: #DF013F;
}
</style>
background-color css
<style>
a { background-color: #DF013F; }
a { background-color: rgb(223,1,63); }
div.DivClassName
{
background-color: #DF013F;
}
.BgClassName
{
background-color: #DF013F;
}
</style>
border-color css
<style>
span { border-color: #DF013F; }
span { border-color: rgb(223,1,63); }
td.TdClassName
{
border-color: #DF013F;
}
.TagClassName
{
border-color: #DF013F;
}
</style>