Shades of Crimson #DF1241
Tints of Crimson #DF1241
RGB
CMYK
RGB Variations
Color information
#DF1241 (or 0xDF1241) is known color: Crimson. HEX triplet: DF, 12 and 41. RGB value is (223,18,65). Sum of RGB (Red+Green+Blue) = 223+18+65=306 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.88% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1241 is #20EDBE. Grayscale: #545454. Windows color (decimal): -2158015 or 4264671. OLE color: 4264671.
HSL color Cylindrical-coordinate representation of color #DF1241: hue angle of 346.24º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF1241 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 18 | 65 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.13 |
| HSL | 346.24º | 0.85% | 0.47% | - |
| HSV(B) | 346.24º | 0.92% | 0.87% | - |
| XYZ | 31.6 | 16.5 | 6.52 | - |
| YUV | 84.65 | 116.92 | 226.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 65 | 0 | 0.92 | 0.71 | 0.13 | 346.24 | 0.85 | 0.47 |
| Hex | DF | 12 | 41 | 0 | 5C | 47 | D | 15A | 55 | 2F |
| Octal | 337 | 22 | 101 | 0 | 134 | 107 | 15 | 532 | 125 | 57 |
| Binary | 11011111 | 10010 | 1000001 | 0 | 1011100 | 1000111 | 1101 | 101011010 | 1010101 | 101111 |
Color Harmonies of #DF1241
Complementary color
Monochromatic Colors of #DF1241
Black with #DF1241
Text Example
Text Example
White with #DF1241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1241; }
p { color: rgb(223,18,65); }
H1.HeaderClassName
{
color: #DF1241;
}
.AnyTagClassName
{
color: #DF1241;
}
</style>
background-color css
<style>
a { background-color: #DF1241; }
a { background-color: rgb(223,18,65); }
div.DivClassName
{
background-color: #DF1241;
}
.BgClassName
{
background-color: #DF1241;
}
</style>
border-color css
<style>
span { border-color: #DF1241; }
span { border-color: rgb(223,18,65); }
td.TdClassName
{
border-color: #DF1241;
}
.TagClassName
{
border-color: #DF1241;
}
</style>