Shades of Crimson #DF012A
Tints of Crimson #DF012A
RGB
CMYK
RGB Variations
Color information
#DF012A (or 0xDF012A) is known color: Crimson. HEX triplet: DF, 01 and 2A. RGB value is (223,1,42). Sum of RGB (Red+Green+Blue) = 223+1+42=266 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.83% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 223 - color contains mainly: red. Hex color #DF012A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF012A is #20FED5. Grayscale: #484848. Windows color (decimal): -2162390 or 2752991. OLE color: 2752991.
HSL color Cylindrical-coordinate representation of color #DF012A: hue angle of 348.92º 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 #DF012A is Cyan = 0, Magento = 1.00, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 42 | - |
| CMYK | 0 | 1.00 | 0.81 | 0.13 |
| HSL | 348.92º | 0.99% | 0.44% | - |
| HSV(B) | 348.92º | 1% | 0.87% | - |
| XYZ | 30.86 | 15.88 | 3.63 | - |
| YUV | 72.05 | 111.05 | 235.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 42 | 0 | 1.00 | 0.81 | 0.13 | 348.92 | 0.99 | 0.44 |
| Hex | DF | 1 | 2A | 0 | 64 | 51 | D | 15D | 63 | 2C |
| Octal | 337 | 1 | 52 | 0 | 144 | 121 | 15 | 535 | 143 | 54 |
| Binary | 11011111 | 1 | 101010 | 0 | 1100100 | 1010001 | 1101 | 101011101 | 1100011 | 101100 |
Color Harmonies of #DF012A
Complementary color
Monochromatic Colors of #DF012A
Black with #DF012A
Text Example
Text Example
White with #DF012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF012A; }
p { color: rgb(223,1,42); }
H1.HeaderClassName
{
color: #DF012A;
}
.AnyTagClassName
{
color: #DF012A;
}
</style>
background-color css
<style>
a { background-color: #DF012A; }
a { background-color: rgb(223,1,42); }
div.DivClassName
{
background-color: #DF012A;
}
.BgClassName
{
background-color: #DF012A;
}
</style>
border-color css
<style>
span { border-color: #DF012A; }
span { border-color: rgb(223,1,42); }
td.TdClassName
{
border-color: #DF012A;
}
.TagClassName
{
border-color: #DF012A;
}
</style>