Shades of Crimson #DF0628
Tints of Crimson #DF0628
RGB
CMYK
RGB Variations
Color information
#DF0628 (or 0xDF0628) is known color: Crimson. HEX triplet: DF, 06 and 28. RGB value is (223,6,40). Sum of RGB (Red+Green+Blue) = 223+6+40=269 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.90% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0628 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0628 is #20F9D7. Grayscale: #4A4A4A. Windows color (decimal): -2161112 or 2623199. OLE color: 2623199.
HSL color Cylindrical-coordinate representation of color #DF0628: hue angle of 350.6º 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 #DF0628 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 40 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.13 |
| HSL | 350.6º | 0.95% | 0.45% | - |
| HSV(B) | 350.6º | 0.97% | 0.87% | - |
| XYZ | 30.88 | 15.97 | 3.46 | - |
| YUV | 74.76 | 108.39 | 233.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 40 | 0 | 0.97 | 0.82 | 0.13 | 350.6 | 0.95 | 0.45 |
| Hex | DF | 6 | 28 | 0 | 61 | 52 | D | 15F | 5F | 2D |
| Octal | 337 | 6 | 50 | 0 | 141 | 122 | 15 | 537 | 137 | 55 |
| Binary | 11011111 | 110 | 101000 | 0 | 1100001 | 1010010 | 1101 | 101011111 | 1011111 | 101101 |
Color Harmonies of #DF0628
Complementary color
Monochromatic Colors of #DF0628
Black with #DF0628
Text Example
Text Example
White with #DF0628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0628; }
p { color: rgb(223,6,40); }
H1.HeaderClassName
{
color: #DF0628;
}
.AnyTagClassName
{
color: #DF0628;
}
</style>
background-color css
<style>
a { background-color: #DF0628; }
a { background-color: rgb(223,6,40); }
div.DivClassName
{
background-color: #DF0628;
}
.BgClassName
{
background-color: #DF0628;
}
</style>
border-color css
<style>
span { border-color: #DF0628; }
span { border-color: rgb(223,6,40); }
td.TdClassName
{
border-color: #DF0628;
}
.TagClassName
{
border-color: #DF0628;
}
</style>