Shades of Crimson #DF104A
Tints of Crimson #DF104A
RGB
CMYK
RGB Variations
Color information
#DF104A (or 0xDF104A) is known color: Crimson. HEX triplet: DF, 10 and 4A. RGB value is (223,16,74). Sum of RGB (Red+Green+Blue) = 223+16+74=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF104A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF104A is #20EFB5. Grayscale: #545454. Windows color (decimal): -2158518 or 4853983. OLE color: 4853983.
HSL color Cylindrical-coordinate representation of color #DF104A: hue angle of 343.19º 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 #DF104A is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 74 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.13 |
| HSL | 343.19º | 0.87% | 0.47% | - |
| HSV(B) | 343.19º | 0.93% | 0.87% | - |
| XYZ | 31.85 | 16.55 | 7.99 | - |
| YUV | 84.51 | 122.08 | 226.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 74 | 0 | 0.93 | 0.67 | 0.13 | 343.19 | 0.87 | 0.47 |
| Hex | DF | 10 | 4A | 0 | 5D | 43 | D | 157 | 57 | 2F |
| Octal | 337 | 20 | 112 | 0 | 135 | 103 | 15 | 527 | 127 | 57 |
| Binary | 11011111 | 10000 | 1001010 | 0 | 1011101 | 1000011 | 1101 | 101010111 | 1010111 | 101111 |
Color Harmonies of #DF104A
Complementary color
Monochromatic Colors of #DF104A
Black with #DF104A
Text Example
Text Example
White with #DF104A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF104A; }
p { color: rgb(223,16,74); }
H1.HeaderClassName
{
color: #DF104A;
}
.AnyTagClassName
{
color: #DF104A;
}
</style>
background-color css
<style>
a { background-color: #DF104A; }
a { background-color: rgb(223,16,74); }
div.DivClassName
{
background-color: #DF104A;
}
.BgClassName
{
background-color: #DF104A;
}
</style>
border-color css
<style>
span { border-color: #DF104A; }
span { border-color: rgb(223,16,74); }
td.TdClassName
{
border-color: #DF104A;
}
.TagClassName
{
border-color: #DF104A;
}
</style>