Shades of Crimson #DF0B49
Tints of Crimson #DF0B49
RGB
CMYK
RGB Variations
Color information
#DF0B49 (or 0xDF0B49) is known color: Crimson. HEX triplet: DF, 0B and 49. RGB value is (223,11,73). Sum of RGB (Red+Green+Blue) = 223+11+73=307 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.64% from 307); Green value is 11 (4.69% from 255 or 3.58% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0B49 is #20F4B6. Grayscale: #515151. Windows color (decimal): -2159799 or 4787167. OLE color: 4787167.
HSL color Cylindrical-coordinate representation of color #DF0B49: hue angle of 342.45º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0B49 is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 11 | 73 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.13 |
| HSL | 342.45º | 0.91% | 0.46% | - |
| HSV(B) | 342.45º | 0.95% | 0.87% | - |
| XYZ | 31.75 | 16.41 | 7.8 | - |
| YUV | 81.46 | 123.24 | 228.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 73 | 0 | 0.95 | 0.67 | 0.13 | 342.45 | 0.91 | 0.46 |
| Hex | DF | B | 49 | 0 | 5F | 43 | D | 156 | 5B | 2E |
| Octal | 337 | 13 | 111 | 0 | 137 | 103 | 15 | 526 | 133 | 56 |
| Binary | 11011111 | 1011 | 1001001 | 0 | 1011111 | 1000011 | 1101 | 101010110 | 1011011 | 101110 |
Color Harmonies of #DF0B49
Complementary color
Monochromatic Colors of #DF0B49
Black with #DF0B49
Text Example
Text Example
White with #DF0B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0B49; }
p { color: rgb(223,11,73); }
H1.HeaderClassName
{
color: #DF0B49;
}
.AnyTagClassName
{
color: #DF0B49;
}
</style>
background-color css
<style>
a { background-color: #DF0B49; }
a { background-color: rgb(223,11,73); }
div.DivClassName
{
background-color: #DF0B49;
}
.BgClassName
{
background-color: #DF0B49;
}
</style>
border-color css
<style>
span { border-color: #DF0B49; }
span { border-color: rgb(223,11,73); }
td.TdClassName
{
border-color: #DF0B49;
}
.TagClassName
{
border-color: #DF0B49;
}
</style>