Shades of Crimson #DF1546
Tints of Crimson #DF1546
RGB
CMYK
RGB Variations
Color information
#DF1546 (or 0xDF1546) is known color: Crimson. HEX triplet: DF, 15 and 46. RGB value is (223,21,70). Sum of RGB (Red+Green+Blue) = 223+21+70=314 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.02% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1546 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1546 is #20EAB9. Grayscale: #565656. Windows color (decimal): -2157242 or 4593119. OLE color: 4593119.
HSL color Cylindrical-coordinate representation of color #DF1546: hue angle of 345.45º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF1546 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 21 | 70 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.13 |
| HSL | 345.45º | 0.83% | 0.48% | - |
| HSV(B) | 345.45º | 0.91% | 0.87% | - |
| XYZ | 31.81 | 16.67 | 7.33 | - |
| YUV | 86.98 | 118.42 | 225.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 70 | 0 | 0.91 | 0.69 | 0.13 | 345.45 | 0.83 | 0.48 |
| Hex | DF | 15 | 46 | 0 | 5B | 45 | D | 159 | 53 | 30 |
| Octal | 337 | 25 | 106 | 0 | 133 | 105 | 15 | 531 | 123 | 60 |
| Binary | 11011111 | 10101 | 1000110 | 0 | 1011011 | 1000101 | 1101 | 101011001 | 1010011 | 110000 |
Color Harmonies of #DF1546
Complementary color
Monochromatic Colors of #DF1546
Black with #DF1546
Text Example
Text Example
White with #DF1546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1546; }
p { color: rgb(223,21,70); }
H1.HeaderClassName
{
color: #DF1546;
}
.AnyTagClassName
{
color: #DF1546;
}
</style>
background-color css
<style>
a { background-color: #DF1546; }
a { background-color: rgb(223,21,70); }
div.DivClassName
{
background-color: #DF1546;
}
.BgClassName
{
background-color: #DF1546;
}
</style>
border-color css
<style>
span { border-color: #DF1546; }
span { border-color: rgb(223,21,70); }
td.TdClassName
{
border-color: #DF1546;
}
.TagClassName
{
border-color: #DF1546;
}
</style>