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