Shades of Crimson #DF0629
Tints of Crimson #DF0629
RGB
CMYK
RGB Variations
Color information
#DF0629 (or 0xDF0629) is known color: Crimson. HEX triplet: DF, 06 and 29. RGB value is (223,6,41). Sum of RGB (Red+Green+Blue) = 223+6+41=270 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.59% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0629 is #20F9D6. Grayscale: #4A4A4A. Windows color (decimal): -2161111 or 2688735. OLE color: 2688735.
HSL color Cylindrical-coordinate representation of color #DF0629: hue angle of 350.32º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF0629 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 41 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.13 |
| HSL | 350.32º | 0.95% | 0.45% | - |
| HSV(B) | 350.32º | 0.97% | 0.87% | - |
| XYZ | 30.9 | 15.98 | 3.55 | - |
| YUV | 74.87 | 108.89 | 233.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 41 | 0 | 0.97 | 0.82 | 0.13 | 350.32 | 0.95 | 0.45 |
| Hex | DF | 6 | 29 | 0 | 61 | 52 | D | 15E | 5F | 2D |
| Octal | 337 | 6 | 51 | 0 | 141 | 122 | 15 | 536 | 137 | 55 |
| Binary | 11011111 | 110 | 101001 | 0 | 1100001 | 1010010 | 1101 | 101011110 | 1011111 | 101101 |
Color Harmonies of #DF0629
Complementary color
Monochromatic Colors of #DF0629
Black with #DF0629
Text Example
Text Example
White with #DF0629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0629; }
p { color: rgb(223,6,41); }
H1.HeaderClassName
{
color: #DF0629;
}
.AnyTagClassName
{
color: #DF0629;
}
</style>
background-color css
<style>
a { background-color: #DF0629; }
a { background-color: rgb(223,6,41); }
div.DivClassName
{
background-color: #DF0629;
}
.BgClassName
{
background-color: #DF0629;
}
</style>
border-color css
<style>
span { border-color: #DF0629; }
span { border-color: rgb(223,6,41); }
td.TdClassName
{
border-color: #DF0629;
}
.TagClassName
{
border-color: #DF0629;
}
</style>