Shades of Crimson #DF012C
Tints of Crimson #DF012C
RGB
CMYK
RGB Variations
Color information
#DF012C (or 0xDF012C) is known color: Crimson. HEX triplet: DF, 01 and 2C. RGB value is (223,1,44). Sum of RGB (Red+Green+Blue) = 223+1+44=268 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.21% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 223 - color contains mainly: red. Hex color #DF012C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF012C is #20FED3. Grayscale: #484848. Windows color (decimal): -2162388 or 2884063. OLE color: 2884063.
HSL color Cylindrical-coordinate representation of color #DF012C: hue angle of 348.38º 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 #DF012C is Cyan = 0, Magento = 1.00, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 44 | - |
| CMYK | 0 | 1.00 | 0.80 | 0.13 |
| HSL | 348.38º | 0.99% | 0.44% | - |
| HSV(B) | 348.38º | 1% | 0.87% | - |
| XYZ | 30.9 | 15.89 | 3.82 | - |
| YUV | 72.28 | 112.05 | 235.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 44 | 0 | 1.00 | 0.80 | 0.13 | 348.38 | 0.99 | 0.44 |
| Hex | DF | 1 | 2C | 0 | 64 | 50 | D | 15C | 63 | 2C |
| Octal | 337 | 1 | 54 | 0 | 144 | 120 | 15 | 534 | 143 | 54 |
| Binary | 11011111 | 1 | 101100 | 0 | 1100100 | 1010000 | 1101 | 101011100 | 1100011 | 101100 |
Color Harmonies of #DF012C
Complementary color
Monochromatic Colors of #DF012C
Black with #DF012C
Text Example
Text Example
White with #DF012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF012C; }
p { color: rgb(223,1,44); }
H1.HeaderClassName
{
color: #DF012C;
}
.AnyTagClassName
{
color: #DF012C;
}
</style>
background-color css
<style>
a { background-color: #DF012C; }
a { background-color: rgb(223,1,44); }
div.DivClassName
{
background-color: #DF012C;
}
.BgClassName
{
background-color: #DF012C;
}
</style>
border-color css
<style>
span { border-color: #DF012C; }
span { border-color: rgb(223,1,44); }
td.TdClassName
{
border-color: #DF012C;
}
.TagClassName
{
border-color: #DF012C;
}
</style>