Shades of Crimson #DF073C
Tints of Crimson #DF073C
RGB
CMYK
RGB Variations
Color information
#DF073C (or 0xDF073C) is known color: Crimson. HEX triplet: DF, 07 and 3C. RGB value is (223,7,60). Sum of RGB (Red+Green+Blue) = 223+7+60=290 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.90% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 223 - color contains mainly: red. Hex color #DF073C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF073C is #20F8C3. Grayscale: #4D4D4D. Windows color (decimal): -2160836 or 3934175. OLE color: 3934175.
HSL color Cylindrical-coordinate representation of color #DF073C: hue angle of 345.28º 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 #DF073C is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 60 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.13 |
| HSL | 345.28º | 0.94% | 0.45% | - |
| HSV(B) | 345.28º | 0.97% | 0.87% | - |
| XYZ | 31.32 | 16.17 | 5.74 | - |
| YUV | 77.63 | 118.06 | 231.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 60 | 0 | 0.97 | 0.73 | 0.13 | 345.28 | 0.94 | 0.45 |
| Hex | DF | 7 | 3C | 0 | 61 | 49 | D | 159 | 5E | 2D |
| Octal | 337 | 7 | 74 | 0 | 141 | 111 | 15 | 531 | 136 | 55 |
| Binary | 11011111 | 111 | 111100 | 0 | 1100001 | 1001001 | 1101 | 101011001 | 1011110 | 101101 |
Color Harmonies of #DF073C
Complementary color
Monochromatic Colors of #DF073C
Black with #DF073C
Text Example
Text Example
White with #DF073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF073C; }
p { color: rgb(223,7,60); }
H1.HeaderClassName
{
color: #DF073C;
}
.AnyTagClassName
{
color: #DF073C;
}
</style>
background-color css
<style>
a { background-color: #DF073C; }
a { background-color: rgb(223,7,60); }
div.DivClassName
{
background-color: #DF073C;
}
.BgClassName
{
background-color: #DF073C;
}
</style>
border-color css
<style>
span { border-color: #DF073C; }
span { border-color: rgb(223,7,60); }
td.TdClassName
{
border-color: #DF073C;
}
.TagClassName
{
border-color: #DF073C;
}
</style>