Shades of Crimson #DF073E
Tints of Crimson #DF073E
RGB
CMYK
RGB Variations
Color information
#DF073E (or 0xDF073E) is known color: Crimson. HEX triplet: DF, 07 and 3E. RGB value is (223,7,62). Sum of RGB (Red+Green+Blue) = 223+7+62=292 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.37% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 223 - color contains mainly: red. Hex color #DF073E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF073E is #20F8C1. Grayscale: #4D4D4D. Windows color (decimal): -2160834 or 4065247. OLE color: 4065247.
HSL color Cylindrical-coordinate representation of color #DF073E: hue angle of 344.72º 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 #DF073E is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 62 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.13 |
| HSL | 344.72º | 0.94% | 0.45% | - |
| HSV(B) | 344.72º | 0.97% | 0.87% | - |
| XYZ | 31.38 | 16.19 | 6.03 | - |
| YUV | 77.85 | 119.06 | 231.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 62 | 0 | 0.97 | 0.72 | 0.13 | 344.72 | 0.94 | 0.45 |
| Hex | DF | 7 | 3E | 0 | 61 | 48 | D | 159 | 5E | 2D |
| Octal | 337 | 7 | 76 | 0 | 141 | 110 | 15 | 531 | 136 | 55 |
| Binary | 11011111 | 111 | 111110 | 0 | 1100001 | 1001000 | 1101 | 101011001 | 1011110 | 101101 |
Color Harmonies of #DF073E
Complementary color
Monochromatic Colors of #DF073E
Black with #DF073E
Text Example
Text Example
White with #DF073E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF073E; }
p { color: rgb(223,7,62); }
H1.HeaderClassName
{
color: #DF073E;
}
.AnyTagClassName
{
color: #DF073E;
}
</style>
background-color css
<style>
a { background-color: #DF073E; }
a { background-color: rgb(223,7,62); }
div.DivClassName
{
background-color: #DF073E;
}
.BgClassName
{
background-color: #DF073E;
}
</style>
border-color css
<style>
span { border-color: #DF073E; }
span { border-color: rgb(223,7,62); }
td.TdClassName
{
border-color: #DF073E;
}
.TagClassName
{
border-color: #DF073E;
}
</style>