Shades of Crimson #DF1045
Tints of Crimson #DF1045
RGB
CMYK
RGB Variations
Color information
#DF1045 (or 0xDF1045) is known color: Crimson. HEX triplet: DF, 10 and 45. RGB value is (223,16,69). Sum of RGB (Red+Green+Blue) = 223+16+69=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1045 is #20EFBA. Grayscale: #535353. Windows color (decimal): -2158523 or 4526303. OLE color: 4526303.
HSL color Cylindrical-coordinate representation of color #DF1045: hue angle of 344.64º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF1045 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 69 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.13 |
| HSL | 344.64º | 0.87% | 0.47% | - |
| HSV(B) | 344.64º | 0.93% | 0.87% | - |
| XYZ | 31.69 | 16.49 | 7.14 | - |
| YUV | 83.94 | 119.58 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 69 | 0 | 0.93 | 0.69 | 0.13 | 344.64 | 0.87 | 0.47 |
| Hex | DF | 10 | 45 | 0 | 5D | 45 | D | 159 | 57 | 2F |
| Octal | 337 | 20 | 105 | 0 | 135 | 105 | 15 | 531 | 127 | 57 |
| Binary | 11011111 | 10000 | 1000101 | 0 | 1011101 | 1000101 | 1101 | 101011001 | 1010111 | 101111 |
Color Harmonies of #DF1045
Complementary color
Monochromatic Colors of #DF1045
Black with #DF1045
Text Example
Text Example
White with #DF1045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1045; }
p { color: rgb(223,16,69); }
H1.HeaderClassName
{
color: #DF1045;
}
.AnyTagClassName
{
color: #DF1045;
}
</style>
background-color css
<style>
a { background-color: #DF1045; }
a { background-color: rgb(223,16,69); }
div.DivClassName
{
background-color: #DF1045;
}
.BgClassName
{
background-color: #DF1045;
}
</style>
border-color css
<style>
span { border-color: #DF1045; }
span { border-color: rgb(223,16,69); }
td.TdClassName
{
border-color: #DF1045;
}
.TagClassName
{
border-color: #DF1045;
}
</style>