Shades of Crimson #DF0941
Tints of Crimson #DF0941
RGB
CMYK
RGB Variations
Color information
#DF0941 (or 0xDF0941) is known color: Crimson. HEX triplet: DF, 09 and 41. RGB value is (223,9,65). Sum of RGB (Red+Green+Blue) = 223+9+65=297 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.08% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0941 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0941 is #20F6BE. Grayscale: #4F4F4F. Windows color (decimal): -2160319 or 4262367. OLE color: 4262367.
HSL color Cylindrical-coordinate representation of color #DF0941: hue angle of 344.3º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0941 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 65 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.13 |
| HSL | 344.3º | 0.92% | 0.45% | - |
| HSV(B) | 344.3º | 0.96% | 0.87% | - |
| XYZ | 31.48 | 16.27 | 6.48 | - |
| YUV | 79.37 | 119.9 | 230.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 65 | 0 | 0.96 | 0.71 | 0.13 | 344.3 | 0.92 | 0.45 |
| Hex | DF | 9 | 41 | 0 | 60 | 47 | D | 158 | 5C | 2D |
| Octal | 337 | 11 | 101 | 0 | 140 | 107 | 15 | 530 | 134 | 55 |
| Binary | 11011111 | 1001 | 1000001 | 0 | 1100000 | 1000111 | 1101 | 101011000 | 1011100 | 101101 |
Color Harmonies of #DF0941
Complementary color
Monochromatic Colors of #DF0941
Black with #DF0941
Text Example
Text Example
White with #DF0941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0941; }
p { color: rgb(223,9,65); }
H1.HeaderClassName
{
color: #DF0941;
}
.AnyTagClassName
{
color: #DF0941;
}
</style>
background-color css
<style>
a { background-color: #DF0941; }
a { background-color: rgb(223,9,65); }
div.DivClassName
{
background-color: #DF0941;
}
.BgClassName
{
background-color: #DF0941;
}
</style>
border-color css
<style>
span { border-color: #DF0941; }
span { border-color: rgb(223,9,65); }
td.TdClassName
{
border-color: #DF0941;
}
.TagClassName
{
border-color: #DF0941;
}
</style>