Shades of Crimson #DF1349
Tints of Crimson #DF1349
RGB
CMYK
RGB Variations
Color information
#DF1349 (or 0xDF1349) is known color: Crimson. HEX triplet: DF, 13 and 49. RGB value is (223,19,73). Sum of RGB (Red+Green+Blue) = 223+19+73=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1349 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1349 is #20ECB6. Grayscale: #565656. Windows color (decimal): -2157751 or 4789215. OLE color: 4789215.
HSL color Cylindrical-coordinate representation of color #DF1349: hue angle of 344.12º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF1349 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 73 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.13 |
| HSL | 344.12º | 0.84% | 0.47% | - |
| HSV(B) | 344.12º | 0.91% | 0.87% | - |
| XYZ | 31.87 | 16.63 | 7.83 | - |
| YUV | 86.15 | 120.59 | 225.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 73 | 0 | 0.91 | 0.67 | 0.13 | 344.12 | 0.84 | 0.47 |
| Hex | DF | 13 | 49 | 0 | 5B | 43 | D | 158 | 54 | 2F |
| Octal | 337 | 23 | 111 | 0 | 133 | 103 | 15 | 530 | 124 | 57 |
| Binary | 11011111 | 10011 | 1001001 | 0 | 1011011 | 1000011 | 1101 | 101011000 | 1010100 | 101111 |
Color Harmonies of #DF1349
Complementary color
Monochromatic Colors of #DF1349
Black with #DF1349
Text Example
Text Example
White with #DF1349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1349; }
p { color: rgb(223,19,73); }
H1.HeaderClassName
{
color: #DF1349;
}
.AnyTagClassName
{
color: #DF1349;
}
</style>
background-color css
<style>
a { background-color: #DF1349; }
a { background-color: rgb(223,19,73); }
div.DivClassName
{
background-color: #DF1349;
}
.BgClassName
{
background-color: #DF1349;
}
</style>
border-color css
<style>
span { border-color: #DF1349; }
span { border-color: rgb(223,19,73); }
td.TdClassName
{
border-color: #DF1349;
}
.TagClassName
{
border-color: #DF1349;
}
</style>