Shades of Crimson #DF022C
Tints of Crimson #DF022C
RGB
CMYK
RGB Variations
Color information
#DF022C (or 0xDF022C) is known color: Crimson. HEX triplet: DF, 02 and 2C. RGB value is (223,2,44). Sum of RGB (Red+Green+Blue) = 223+2+44=269 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.90% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 223 - color contains mainly: red. Hex color #DF022C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF022C is #20FDD3. Grayscale: #484848. Windows color (decimal): -2162132 or 2884319. OLE color: 2884319.
HSL color Cylindrical-coordinate representation of color #DF022C: hue angle of 348.6º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF022C is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 44 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.13 |
| HSL | 348.6º | 0.98% | 0.44% | - |
| HSV(B) | 348.6º | 0.99% | 0.87% | - |
| XYZ | 30.91 | 15.91 | 3.83 | - |
| YUV | 72.87 | 111.72 | 235.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 44 | 0 | 0.99 | 0.80 | 0.13 | 348.6 | 0.98 | 0.44 |
| Hex | DF | 2 | 2C | 0 | 63 | 50 | D | 15D | 62 | 2C |
| Octal | 337 | 2 | 54 | 0 | 143 | 120 | 15 | 535 | 142 | 54 |
| Binary | 11011111 | 10 | 101100 | 0 | 1100011 | 1010000 | 1101 | 101011101 | 1100010 | 101100 |
Color Harmonies of #DF022C
Complementary color
Monochromatic Colors of #DF022C
Black with #DF022C
Text Example
Text Example
White with #DF022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF022C; }
p { color: rgb(223,2,44); }
H1.HeaderClassName
{
color: #DF022C;
}
.AnyTagClassName
{
color: #DF022C;
}
</style>
background-color css
<style>
a { background-color: #DF022C; }
a { background-color: rgb(223,2,44); }
div.DivClassName
{
background-color: #DF022C;
}
.BgClassName
{
background-color: #DF022C;
}
</style>
border-color css
<style>
span { border-color: #DF022C; }
span { border-color: rgb(223,2,44); }
td.TdClassName
{
border-color: #DF022C;
}
.TagClassName
{
border-color: #DF022C;
}
</style>