Shades of Crimson #DF0229
Tints of Crimson #DF0229
RGB
CMYK
RGB Variations
Color information
#DF0229 (or 0xDF0229) is known color: Crimson. HEX triplet: DF, 02 and 29. RGB value is (223,2,41). Sum of RGB (Red+Green+Blue) = 223+2+41=266 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.83% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0229 is #20FDD6. Grayscale: #484848. Windows color (decimal): -2162135 or 2687711. OLE color: 2687711.
HSL color Cylindrical-coordinate representation of color #DF0229: hue angle of 349.41º 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 #DF0229 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 41 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.13 |
| HSL | 349.41º | 0.98% | 0.44% | - |
| HSV(B) | 349.41º | 0.99% | 0.87% | - |
| XYZ | 30.85 | 15.89 | 3.54 | - |
| YUV | 72.53 | 110.22 | 235.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 41 | 0 | 0.99 | 0.82 | 0.13 | 349.41 | 0.98 | 0.44 |
| Hex | DF | 2 | 29 | 0 | 63 | 52 | D | 15D | 62 | 2C |
| Octal | 337 | 2 | 51 | 0 | 143 | 122 | 15 | 535 | 142 | 54 |
| Binary | 11011111 | 10 | 101001 | 0 | 1100011 | 1010010 | 1101 | 101011101 | 1100010 | 101100 |
Color Harmonies of #DF0229
Complementary color
Monochromatic Colors of #DF0229
Black with #DF0229
Text Example
Text Example
White with #DF0229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0229; }
p { color: rgb(223,2,41); }
H1.HeaderClassName
{
color: #DF0229;
}
.AnyTagClassName
{
color: #DF0229;
}
</style>
background-color css
<style>
a { background-color: #DF0229; }
a { background-color: rgb(223,2,41); }
div.DivClassName
{
background-color: #DF0229;
}
.BgClassName
{
background-color: #DF0229;
}
</style>
border-color css
<style>
span { border-color: #DF0229; }
span { border-color: rgb(223,2,41); }
td.TdClassName
{
border-color: #DF0229;
}
.TagClassName
{
border-color: #DF0229;
}
</style>