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