Shades of Crimson #DF0528
Tints of Crimson #DF0528
RGB
CMYK
RGB Variations
Color information
#DF0528 (or 0xDF0528) is known color: Crimson. HEX triplet: DF, 05 and 28. RGB value is (223,5,40). Sum of RGB (Red+Green+Blue) = 223+5+40=268 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.21% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0528 is #20FAD7. Grayscale: #4A4A4A. Windows color (decimal): -2161368 or 2622943. OLE color: 2622943.
HSL color Cylindrical-coordinate representation of color #DF0528: hue angle of 350.37º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF0528 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 40 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.13 |
| HSL | 350.37º | 0.96% | 0.45% | - |
| HSV(B) | 350.37º | 0.98% | 0.87% | - |
| XYZ | 30.87 | 15.95 | 3.46 | - |
| YUV | 74.17 | 108.72 | 234.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 40 | 0 | 0.98 | 0.82 | 0.13 | 350.37 | 0.96 | 0.45 |
| Hex | DF | 5 | 28 | 0 | 62 | 52 | D | 15E | 60 | 2D |
| Octal | 337 | 5 | 50 | 0 | 142 | 122 | 15 | 536 | 140 | 55 |
| Binary | 11011111 | 101 | 101000 | 0 | 1100010 | 1010010 | 1101 | 101011110 | 1100000 | 101101 |
Color Harmonies of #DF0528
Complementary color
Monochromatic Colors of #DF0528
Black with #DF0528
Text Example
Text Example
White with #DF0528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0528; }
p { color: rgb(223,5,40); }
H1.HeaderClassName
{
color: #DF0528;
}
.AnyTagClassName
{
color: #DF0528;
}
</style>
background-color css
<style>
a { background-color: #DF0528; }
a { background-color: rgb(223,5,40); }
div.DivClassName
{
background-color: #DF0528;
}
.BgClassName
{
background-color: #DF0528;
}
</style>
border-color css
<style>
span { border-color: #DF0528; }
span { border-color: rgb(223,5,40); }
td.TdClassName
{
border-color: #DF0528;
}
.TagClassName
{
border-color: #DF0528;
}
</style>