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