Shades of Crimson #DF0028
Tints of Crimson #DF0028
RGB
CMYK
RGB Variations
Color information
#DF0028 (or 0xDF0028) is known color: Crimson. HEX triplet: DF, 00 and 28. RGB value is (223,0,40). Sum of RGB (Red+Green+Blue) = 223+0+40=263 (34% of max value = 765). Red value is 223 (87.5% from 255 or 84.79% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 40 (16.02% from 255 or 15.21% from 263); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0028 is #20FFD7. Grayscale: #474747. Windows color (decimal): -2162648 or 2621663. OLE color: 2621663.
HSL color Cylindrical-coordinate representation of color #DF0028: hue angle of 349.24º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0028 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 40 | - |
| CMYK | 0 | 1 | 0.82 | 0.13 |
| HSL | 349.24º | 1% | 0.44% | - |
| HSV(B) | 349.24º | 1% | 0.87% | - |
| XYZ | 30.81 | 15.84 | 3.44 | - |
| YUV | 71.24 | 110.38 | 236.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 40 | 0 | 1 | 0.82 | 0.13 | 349.24 | 1 | 0.44 |
| Hex | DF | 0 | 28 | 0 | 64 | 52 | D | 15D | 64 | 2C |
| Octal | 337 | 0 | 50 | 0 | 144 | 122 | 15 | 535 | 144 | 54 |
| Binary | 11011111 | 0 | 101000 | 0 | 1100100 | 1010010 | 1101 | 101011101 | 1100100 | 101100 |
Color Harmonies of #DF0028
Complementary color
Monochromatic Colors of #DF0028
Black with #DF0028
Text Example
Text Example
White with #DF0028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0028; }
p { color: rgb(223,0,40); }
H1.HeaderClassName
{
color: #DF0028;
}
.AnyTagClassName
{
color: #DF0028;
}
</style>
background-color css
<style>
a { background-color: #DF0028; }
a { background-color: rgb(223,0,40); }
div.DivClassName
{
background-color: #DF0028;
}
.BgClassName
{
background-color: #DF0028;
}
</style>
border-color css
<style>
span { border-color: #DF0028; }
span { border-color: rgb(223,0,40); }
td.TdClassName
{
border-color: #DF0028;
}
.TagClassName
{
border-color: #DF0028;
}
</style>