Shades of Crimson #DF0F2B
Tints of Crimson #DF0F2B
RGB
CMYK
RGB Variations
Color information
#DF0F2B (or 0xDF0F2B) is known color: Crimson. HEX triplet: DF, 0F and 2B. RGB value is (223,15,43). Sum of RGB (Red+Green+Blue) = 223+15+43=281 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.36% from 281); Green value is 15 (6.25% from 255 or 5.34% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0F2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0F2B is #20F0D4. Grayscale: #505050. Windows color (decimal): -2158805 or 2822111. OLE color: 2822111.
HSL color Cylindrical-coordinate representation of color #DF0F2B: hue angle of 351.92º 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 #DF0F2B is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 15 | 43 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.13 |
| HSL | 351.92º | 0.87% | 0.47% | - |
| HSV(B) | 351.92º | 0.93% | 0.87% | - |
| XYZ | 31.04 | 16.2 | 3.78 | - |
| YUV | 80.38 | 106.91 | 229.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 43 | 0 | 0.93 | 0.81 | 0.13 | 351.92 | 0.87 | 0.47 |
| Hex | DF | F | 2B | 0 | 5D | 51 | D | 160 | 57 | 2F |
| Octal | 337 | 17 | 53 | 0 | 135 | 121 | 15 | 540 | 127 | 57 |
| Binary | 11011111 | 1111 | 101011 | 0 | 1011101 | 1010001 | 1101 | 101100000 | 1010111 | 101111 |
Color Harmonies of #DF0F2B
Complementary color
Monochromatic Colors of #DF0F2B
Black with #DF0F2B
Text Example
Text Example
White with #DF0F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0F2B; }
p { color: rgb(223,15,43); }
H1.HeaderClassName
{
color: #DF0F2B;
}
.AnyTagClassName
{
color: #DF0F2B;
}
</style>
background-color css
<style>
a { background-color: #DF0F2B; }
a { background-color: rgb(223,15,43); }
div.DivClassName
{
background-color: #DF0F2B;
}
.BgClassName
{
background-color: #DF0F2B;
}
</style>
border-color css
<style>
span { border-color: #DF0F2B; }
span { border-color: rgb(223,15,43); }
td.TdClassName
{
border-color: #DF0F2B;
}
.TagClassName
{
border-color: #DF0F2B;
}
</style>