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