Shades of Crimson #DF013E
Tints of Crimson #DF013E
RGB
CMYK
RGB Variations
Color information
#DF013E (or 0xDF013E) is known color: Crimson. HEX triplet: DF, 01 and 3E. RGB value is (223,1,62). Sum of RGB (Red+Green+Blue) = 223+1+62=286 (37% of max value = 765). Red value is 223 (87.5% from 255 or 77.97% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 223 - color contains mainly: red. Hex color #DF013E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF013E is #20FEC1. Grayscale: #4A4A4A. Windows color (decimal): -2162370 or 4063711. OLE color: 4063711.
HSL color Cylindrical-coordinate representation of color #DF013E: hue angle of 343.51º 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 #DF013E is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 62 | - |
| CMYK | 0 | 1.00 | 0.72 | 0.13 |
| HSL | 343.51º | 0.99% | 0.44% | - |
| HSV(B) | 343.51º | 1% | 0.87% | - |
| XYZ | 31.31 | 16.06 | 6.01 | - |
| YUV | 74.33 | 121.05 | 234.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 62 | 0 | 1.00 | 0.72 | 0.13 | 343.51 | 0.99 | 0.44 |
| Hex | DF | 1 | 3E | 0 | 64 | 48 | D | 158 | 63 | 2C |
| Octal | 337 | 1 | 76 | 0 | 144 | 110 | 15 | 530 | 143 | 54 |
| Binary | 11011111 | 1 | 111110 | 0 | 1100100 | 1001000 | 1101 | 101011000 | 1100011 | 101100 |
Color Harmonies of #DF013E
Complementary color
Monochromatic Colors of #DF013E
Black with #DF013E
Text Example
Text Example
White with #DF013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF013E; }
p { color: rgb(223,1,62); }
H1.HeaderClassName
{
color: #DF013E;
}
.AnyTagClassName
{
color: #DF013E;
}
</style>
background-color css
<style>
a { background-color: #DF013E; }
a { background-color: rgb(223,1,62); }
div.DivClassName
{
background-color: #DF013E;
}
.BgClassName
{
background-color: #DF013E;
}
</style>
border-color css
<style>
span { border-color: #DF013E; }
span { border-color: rgb(223,1,62); }
td.TdClassName
{
border-color: #DF013E;
}
.TagClassName
{
border-color: #DF013E;
}
</style>