Shades of Crimson #DF0743
Tints of Crimson #DF0743
RGB
CMYK
RGB Variations
Color information
#DF0743 (or 0xDF0743) is known color: Crimson. HEX triplet: DF, 07 and 43. RGB value is (223,7,67). Sum of RGB (Red+Green+Blue) = 223+7+67=297 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.08% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0743 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0743 is #20F8BC. Grayscale: #4E4E4E. Windows color (decimal): -2160829 or 4392927. OLE color: 4392927.
HSL color Cylindrical-coordinate representation of color #DF0743: hue angle of 343.33º 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 #DF0743 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 67 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.13 |
| HSL | 343.33º | 0.94% | 0.45% | - |
| HSV(B) | 343.33º | 0.97% | 0.87% | - |
| XYZ | 31.52 | 16.25 | 6.78 | - |
| YUV | 78.42 | 121.56 | 231.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 67 | 0 | 0.97 | 0.70 | 0.13 | 343.33 | 0.94 | 0.45 |
| Hex | DF | 7 | 43 | 0 | 61 | 46 | D | 157 | 5E | 2D |
| Octal | 337 | 7 | 103 | 0 | 141 | 106 | 15 | 527 | 136 | 55 |
| Binary | 11011111 | 111 | 1000011 | 0 | 1100001 | 1000110 | 1101 | 101010111 | 1011110 | 101101 |
Color Harmonies of #DF0743
Complementary color
Monochromatic Colors of #DF0743
Black with #DF0743
Text Example
Text Example
White with #DF0743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0743; }
p { color: rgb(223,7,67); }
H1.HeaderClassName
{
color: #DF0743;
}
.AnyTagClassName
{
color: #DF0743;
}
</style>
background-color css
<style>
a { background-color: #DF0743; }
a { background-color: rgb(223,7,67); }
div.DivClassName
{
background-color: #DF0743;
}
.BgClassName
{
background-color: #DF0743;
}
</style>
border-color css
<style>
span { border-color: #DF0743; }
span { border-color: rgb(223,7,67); }
td.TdClassName
{
border-color: #DF0743;
}
.TagClassName
{
border-color: #DF0743;
}
</style>