Shades of Crimson #DF1346
Tints of Crimson #DF1346
RGB
CMYK
RGB Variations
Color information
#DF1346 (or 0xDF1346) is known color: Crimson. HEX triplet: DF, 13 and 46. RGB value is (223,19,70). Sum of RGB (Red+Green+Blue) = 223+19+70=312 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.47% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1346 is #20ECB9. Grayscale: #555555. Windows color (decimal): -2157754 or 4592607. OLE color: 4592607.
HSL color Cylindrical-coordinate representation of color #DF1346: hue angle of 345º 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 #DF1346 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 70 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.13 |
| HSL | 345º | 0.84% | 0.47% | - |
| HSV(B) | 345º | 0.91% | 0.87% | - |
| XYZ | 31.77 | 16.6 | 7.32 | - |
| YUV | 85.81 | 119.09 | 225.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 70 | 0 | 0.91 | 0.69 | 0.13 | 345 | 0.84 | 0.47 |
| Hex | DF | 13 | 46 | 0 | 5B | 45 | D | 159 | 54 | 2F |
| Octal | 337 | 23 | 106 | 0 | 133 | 105 | 15 | 531 | 124 | 57 |
| Binary | 11011111 | 10011 | 1000110 | 0 | 1011011 | 1000101 | 1101 | 101011001 | 1010100 | 101111 |
Color Harmonies of #DF1346
Complementary color
Monochromatic Colors of #DF1346
Black with #DF1346
Text Example
Text Example
White with #DF1346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1346; }
p { color: rgb(223,19,70); }
H1.HeaderClassName
{
color: #DF1346;
}
.AnyTagClassName
{
color: #DF1346;
}
</style>
background-color css
<style>
a { background-color: #DF1346; }
a { background-color: rgb(223,19,70); }
div.DivClassName
{
background-color: #DF1346;
}
.BgClassName
{
background-color: #DF1346;
}
</style>
border-color css
<style>
span { border-color: #DF1346; }
span { border-color: rgb(223,19,70); }
td.TdClassName
{
border-color: #DF1346;
}
.TagClassName
{
border-color: #DF1346;
}
</style>