Shades of Crimson #DF1234
Tints of Crimson #DF1234
RGB
CMYK
RGB Variations
Color information
#DF1234 (or 0xDF1234) is known color: Crimson. HEX triplet: DF, 12 and 34. RGB value is (223,18,52). Sum of RGB (Red+Green+Blue) = 223+18+52=293 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.11% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1234 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1234 is #20EDCB. Grayscale: #535353. Windows color (decimal): -2158028 or 3412703. OLE color: 3412703.
HSL color Cylindrical-coordinate representation of color #DF1234: hue angle of 350.05º 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 #DF1234 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 18 | 52 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.13 |
| HSL | 350.05º | 0.85% | 0.47% | - |
| HSV(B) | 350.05º | 0.92% | 0.87% | - |
| XYZ | 31.27 | 16.37 | 4.76 | - |
| YUV | 83.17 | 110.42 | 227.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 52 | 0 | 0.92 | 0.77 | 0.13 | 350.05 | 0.85 | 0.47 |
| Hex | DF | 12 | 34 | 0 | 5C | 4D | D | 15E | 55 | 2F |
| Octal | 337 | 22 | 64 | 0 | 134 | 115 | 15 | 536 | 125 | 57 |
| Binary | 11011111 | 10010 | 110100 | 0 | 1011100 | 1001101 | 1101 | 101011110 | 1010101 | 101111 |
Color Harmonies of #DF1234
Complementary color
Monochromatic Colors of #DF1234
Black with #DF1234
Text Example
Text Example
White with #DF1234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1234; }
p { color: rgb(223,18,52); }
H1.HeaderClassName
{
color: #DF1234;
}
.AnyTagClassName
{
color: #DF1234;
}
</style>
background-color css
<style>
a { background-color: #DF1234; }
a { background-color: rgb(223,18,52); }
div.DivClassName
{
background-color: #DF1234;
}
.BgClassName
{
background-color: #DF1234;
}
</style>
border-color css
<style>
span { border-color: #DF1234; }
span { border-color: rgb(223,18,52); }
td.TdClassName
{
border-color: #DF1234;
}
.TagClassName
{
border-color: #DF1234;
}
</style>