Shades of Crimson #DF1032
Tints of Crimson #DF1032
RGB
CMYK
RGB Variations
Color information
#DF1032 (or 0xDF1032) is known color: Crimson. HEX triplet: DF, 10 and 32. RGB value is (223,16,50). Sum of RGB (Red+Green+Blue) = 223+16+50=289 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.16% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1032 is #20EFCD. Grayscale: #515151. Windows color (decimal): -2158542 or 3281119. OLE color: 3281119.
HSL color Cylindrical-coordinate representation of color #DF1032: hue angle of 350.14º 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 #DF1032 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 50 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.13 |
| HSL | 350.14º | 0.87% | 0.47% | - |
| HSV(B) | 350.14º | 0.93% | 0.87% | - |
| XYZ | 31.19 | 16.29 | 4.52 | - |
| YUV | 81.77 | 110.08 | 228.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 50 | 0 | 0.93 | 0.78 | 0.13 | 350.14 | 0.87 | 0.47 |
| Hex | DF | 10 | 32 | 0 | 5D | 4E | D | 15E | 57 | 2F |
| Octal | 337 | 20 | 62 | 0 | 135 | 116 | 15 | 536 | 127 | 57 |
| Binary | 11011111 | 10000 | 110010 | 0 | 1011101 | 1001110 | 1101 | 101011110 | 1010111 | 101111 |
Color Harmonies of #DF1032
Complementary color
Monochromatic Colors of #DF1032
Black with #DF1032
Text Example
Text Example
White with #DF1032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1032; }
p { color: rgb(223,16,50); }
H1.HeaderClassName
{
color: #DF1032;
}
.AnyTagClassName
{
color: #DF1032;
}
</style>
background-color css
<style>
a { background-color: #DF1032; }
a { background-color: rgb(223,16,50); }
div.DivClassName
{
background-color: #DF1032;
}
.BgClassName
{
background-color: #DF1032;
}
</style>
border-color css
<style>
span { border-color: #DF1032; }
span { border-color: rgb(223,16,50); }
td.TdClassName
{
border-color: #DF1032;
}
.TagClassName
{
border-color: #DF1032;
}
</style>