Shades of Crimson #DF022F
Tints of Crimson #DF022F
RGB
CMYK
RGB Variations
Color information
#DF022F (or 0xDF022F) is known color: Crimson. HEX triplet: DF, 02 and 2F. RGB value is (223,2,47). Sum of RGB (Red+Green+Blue) = 223+2+47=272 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.99% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 223 - color contains mainly: red. Hex color #DF022F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF022F is #20FDD0. Grayscale: #494949. Windows color (decimal): -2162129 or 3080927. OLE color: 3080927.
HSL color Cylindrical-coordinate representation of color #DF022F: hue angle of 347.78º 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 #DF022F is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 47 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.13 |
| HSL | 347.78º | 0.98% | 0.44% | - |
| HSV(B) | 347.78º | 0.99% | 0.87% | - |
| XYZ | 30.97 | 15.94 | 4.13 | - |
| YUV | 73.21 | 113.22 | 234.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 47 | 0 | 0.99 | 0.79 | 0.13 | 347.78 | 0.98 | 0.44 |
| Hex | DF | 2 | 2F | 0 | 63 | 4F | D | 15C | 62 | 2C |
| Octal | 337 | 2 | 57 | 0 | 143 | 117 | 15 | 534 | 142 | 54 |
| Binary | 11011111 | 10 | 101111 | 0 | 1100011 | 1001111 | 1101 | 101011100 | 1100010 | 101100 |
Color Harmonies of #DF022F
Complementary color
Monochromatic Colors of #DF022F
Black with #DF022F
Text Example
Text Example
White with #DF022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF022F; }
p { color: rgb(223,2,47); }
H1.HeaderClassName
{
color: #DF022F;
}
.AnyTagClassName
{
color: #DF022F;
}
</style>
background-color css
<style>
a { background-color: #DF022F; }
a { background-color: rgb(223,2,47); }
div.DivClassName
{
background-color: #DF022F;
}
.BgClassName
{
background-color: #DF022F;
}
</style>
border-color css
<style>
span { border-color: #DF022F; }
span { border-color: rgb(223,2,47); }
td.TdClassName
{
border-color: #DF022F;
}
.TagClassName
{
border-color: #DF022F;
}
</style>