Shades of Crimson #DF013C
Tints of Crimson #DF013C
RGB
CMYK
RGB Variations
Color information
#DF013C (or 0xDF013C) is known color: Crimson. HEX triplet: DF, 01 and 3C. RGB value is (223,1,60). Sum of RGB (Red+Green+Blue) = 223+1+60=284 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.52% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 223 - color contains mainly: red. Hex color #DF013C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF013C is #20FEC3. Grayscale: #4A4A4A. Windows color (decimal): -2162372 or 3932639. OLE color: 3932639.
HSL color Cylindrical-coordinate representation of color #DF013C: hue angle of 344.05º 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 #DF013C is Cyan = 0, Magento = 1.00, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 60 | - |
| CMYK | 0 | 1.00 | 0.73 | 0.13 |
| HSL | 344.05º | 0.99% | 0.44% | - |
| HSV(B) | 344.05º | 1% | 0.87% | - |
| XYZ | 31.26 | 16.04 | 5.72 | - |
| YUV | 74.1 | 120.05 | 234.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 60 | 0 | 1.00 | 0.73 | 0.13 | 344.05 | 0.99 | 0.44 |
| Hex | DF | 1 | 3C | 0 | 64 | 49 | D | 158 | 63 | 2C |
| Octal | 337 | 1 | 74 | 0 | 144 | 111 | 15 | 530 | 143 | 54 |
| Binary | 11011111 | 1 | 111100 | 0 | 1100100 | 1001001 | 1101 | 101011000 | 1100011 | 101100 |
Color Harmonies of #DF013C
Complementary color
Monochromatic Colors of #DF013C
Black with #DF013C
Text Example
Text Example
White with #DF013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF013C; }
p { color: rgb(223,1,60); }
H1.HeaderClassName
{
color: #DF013C;
}
.AnyTagClassName
{
color: #DF013C;
}
</style>
background-color css
<style>
a { background-color: #DF013C; }
a { background-color: rgb(223,1,60); }
div.DivClassName
{
background-color: #DF013C;
}
.BgClassName
{
background-color: #DF013C;
}
</style>
border-color css
<style>
span { border-color: #DF013C; }
span { border-color: rgb(223,1,60); }
td.TdClassName
{
border-color: #DF013C;
}
.TagClassName
{
border-color: #DF013C;
}
</style>