Shades of Crimson #DF0734
Tints of Crimson #DF0734
RGB
CMYK
RGB Variations
Color information
#DF0734 (or 0xDF0734) is known color: Crimson. HEX triplet: DF, 07 and 34. RGB value is (223,7,52). Sum of RGB (Red+Green+Blue) = 223+7+52=282 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.08% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0734 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0734 is #20F8CB. Grayscale: #4C4C4C. Windows color (decimal): -2160844 or 3409887. OLE color: 3409887.
HSL color Cylindrical-coordinate representation of color #DF0734: hue angle of 347.5º 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 #DF0734 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 52 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.13 |
| HSL | 347.5º | 0.94% | 0.45% | - |
| HSV(B) | 347.5º | 0.97% | 0.87% | - |
| XYZ | 31.13 | 16.09 | 4.71 | - |
| YUV | 76.71 | 114.06 | 232.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 52 | 0 | 0.97 | 0.77 | 0.13 | 347.5 | 0.94 | 0.45 |
| Hex | DF | 7 | 34 | 0 | 61 | 4D | D | 15C | 5E | 2D |
| Octal | 337 | 7 | 64 | 0 | 141 | 115 | 15 | 534 | 136 | 55 |
| Binary | 11011111 | 111 | 110100 | 0 | 1100001 | 1001101 | 1101 | 101011100 | 1011110 | 101101 |
Color Harmonies of #DF0734
Complementary color
Monochromatic Colors of #DF0734
Black with #DF0734
Text Example
Text Example
White with #DF0734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0734; }
p { color: rgb(223,7,52); }
H1.HeaderClassName
{
color: #DF0734;
}
.AnyTagClassName
{
color: #DF0734;
}
</style>
background-color css
<style>
a { background-color: #DF0734; }
a { background-color: rgb(223,7,52); }
div.DivClassName
{
background-color: #DF0734;
}
.BgClassName
{
background-color: #DF0734;
}
</style>
border-color css
<style>
span { border-color: #DF0734; }
span { border-color: rgb(223,7,52); }
td.TdClassName
{
border-color: #DF0734;
}
.TagClassName
{
border-color: #DF0734;
}
</style>