Shades of Crimson #DF073B
Tints of Crimson #DF073B
RGB
CMYK
RGB Variations
Color information
#DF073B (or 0xDF073B) is known color: Crimson. HEX triplet: DF, 07 and 3B. RGB value is (223,7,59). Sum of RGB (Red+Green+Blue) = 223+7+59=289 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.16% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 59 (23.44% from 255 or 20.42% from 289); Max value from RGB is 223 - color contains mainly: red. Hex color #DF073B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF073B is #20F8C4. Grayscale: #4D4D4D. Windows color (decimal): -2160837 or 3868639. OLE color: 3868639.
HSL color Cylindrical-coordinate representation of color #DF073B: hue angle of 345.56º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF073B is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 59 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.13 |
| HSL | 345.56º | 0.94% | 0.45% | - |
| HSV(B) | 345.56º | 0.97% | 0.87% | - |
| XYZ | 31.3 | 16.16 | 5.61 | - |
| YUV | 77.51 | 117.56 | 231.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 59 | 0 | 0.97 | 0.74 | 0.13 | 345.56 | 0.94 | 0.45 |
| Hex | DF | 7 | 3B | 0 | 61 | 4A | D | 15A | 5E | 2D |
| Octal | 337 | 7 | 73 | 0 | 141 | 112 | 15 | 532 | 136 | 55 |
| Binary | 11011111 | 111 | 111011 | 0 | 1100001 | 1001010 | 1101 | 101011010 | 1011110 | 101101 |
Color Harmonies of #DF073B
Complementary color
Monochromatic Colors of #DF073B
Black with #DF073B
Text Example
Text Example
White with #DF073B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF073B; }
p { color: rgb(223,7,59); }
H1.HeaderClassName
{
color: #DF073B;
}
.AnyTagClassName
{
color: #DF073B;
}
</style>
background-color css
<style>
a { background-color: #DF073B; }
a { background-color: rgb(223,7,59); }
div.DivClassName
{
background-color: #DF073B;
}
.BgClassName
{
background-color: #DF073B;
}
</style>
border-color css
<style>
span { border-color: #DF073B; }
span { border-color: rgb(223,7,59); }
td.TdClassName
{
border-color: #DF073B;
}
.TagClassName
{
border-color: #DF073B;
}
</style>