Shades of Crimson #DF1348
Tints of Crimson #DF1348
RGB
CMYK
RGB Variations
Color information
#DF1348 (or 0xDF1348) is known color: Crimson. HEX triplet: DF, 13 and 48. RGB value is (223,19,72). Sum of RGB (Red+Green+Blue) = 223+19+72=314 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.02% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1348 is #20ECB7. Grayscale: #565656. Windows color (decimal): -2157752 or 4723679. OLE color: 4723679.
HSL color Cylindrical-coordinate representation of color #DF1348: hue angle of 344.41º 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 #DF1348 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 72 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.13 |
| HSL | 344.41º | 0.84% | 0.47% | - |
| HSV(B) | 344.41º | 0.91% | 0.87% | - |
| XYZ | 31.83 | 16.62 | 7.66 | - |
| YUV | 86.04 | 120.09 | 225.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 72 | 0 | 0.91 | 0.68 | 0.13 | 344.41 | 0.84 | 0.47 |
| Hex | DF | 13 | 48 | 0 | 5B | 44 | D | 158 | 54 | 2F |
| Octal | 337 | 23 | 110 | 0 | 133 | 104 | 15 | 530 | 124 | 57 |
| Binary | 11011111 | 10011 | 1001000 | 0 | 1011011 | 1000100 | 1101 | 101011000 | 1010100 | 101111 |
Color Harmonies of #DF1348
Complementary color
Monochromatic Colors of #DF1348
Black with #DF1348
Text Example
Text Example
White with #DF1348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1348; }
p { color: rgb(223,19,72); }
H1.HeaderClassName
{
color: #DF1348;
}
.AnyTagClassName
{
color: #DF1348;
}
</style>
background-color css
<style>
a { background-color: #DF1348; }
a { background-color: rgb(223,19,72); }
div.DivClassName
{
background-color: #DF1348;
}
.BgClassName
{
background-color: #DF1348;
}
</style>
border-color css
<style>
span { border-color: #DF1348; }
span { border-color: rgb(223,19,72); }
td.TdClassName
{
border-color: #DF1348;
}
.TagClassName
{
border-color: #DF1348;
}
</style>