Shades of Crimson #DF0A47
Tints of Crimson #DF0A47
RGB
CMYK
RGB Variations
Color information
#DF0A47 (or 0xDF0A47) is known color: Crimson. HEX triplet: DF, 0A and 47. RGB value is (223,10,71). Sum of RGB (Red+Green+Blue) = 223+10+71=304 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.36% from 304); Green value is 10 (4.30% from 255 or 3.29% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0A47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0A47 is #20F5B8. Grayscale: #505050. Windows color (decimal): -2160057 or 4655839. OLE color: 4655839.
HSL color Cylindrical-coordinate representation of color #DF0A47: hue angle of 342.82º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0A47 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 10 | 71 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.13 |
| HSL | 342.82º | 0.91% | 0.46% | - |
| HSV(B) | 342.82º | 0.96% | 0.87% | - |
| XYZ | 31.68 | 16.36 | 7.45 | - |
| YUV | 80.64 | 122.57 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 10 | 71 | 0 | 0.96 | 0.68 | 0.13 | 342.82 | 0.91 | 0.46 |
| Hex | DF | A | 47 | 0 | 60 | 44 | D | 157 | 5B | 2E |
| Octal | 337 | 12 | 107 | 0 | 140 | 104 | 15 | 527 | 133 | 56 |
| Binary | 11011111 | 1010 | 1000111 | 0 | 1100000 | 1000100 | 1101 | 101010111 | 1011011 | 101110 |
Color Harmonies of #DF0A47
Complementary color
Monochromatic Colors of #DF0A47
Black with #DF0A47
Text Example
Text Example
White with #DF0A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0A47; }
p { color: rgb(223,10,71); }
H1.HeaderClassName
{
color: #DF0A47;
}
.AnyTagClassName
{
color: #DF0A47;
}
</style>
background-color css
<style>
a { background-color: #DF0A47; }
a { background-color: rgb(223,10,71); }
div.DivClassName
{
background-color: #DF0A47;
}
.BgClassName
{
background-color: #DF0A47;
}
</style>
border-color css
<style>
span { border-color: #DF0A47; }
span { border-color: rgb(223,10,71); }
td.TdClassName
{
border-color: #DF0A47;
}
.TagClassName
{
border-color: #DF0A47;
}
</style>