Shades of Crimson #DF083A
Tints of Crimson #DF083A
RGB
CMYK
RGB Variations
Color information
#DF083A (or 0xDF083A) is known color: Crimson. HEX triplet: DF, 08 and 3A. RGB value is (223,8,58). Sum of RGB (Red+Green+Blue) = 223+8+58=289 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.16% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 223 - color contains mainly: red. Hex color #DF083A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF083A is #20F7C5. Grayscale: #4D4D4D. Windows color (decimal): -2160582 or 3803359. OLE color: 3803359.
HSL color Cylindrical-coordinate representation of color #DF083A: hue angle of 346.05º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF083A is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 58 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.13 |
| HSL | 346.05º | 0.93% | 0.45% | - |
| HSV(B) | 346.05º | 0.96% | 0.87% | - |
| XYZ | 31.28 | 16.17 | 5.47 | - |
| YUV | 77.99 | 116.73 | 231.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 58 | 0 | 0.96 | 0.74 | 0.13 | 346.05 | 0.93 | 0.45 |
| Hex | DF | 8 | 3A | 0 | 60 | 4A | D | 15A | 5D | 2D |
| Octal | 337 | 10 | 72 | 0 | 140 | 112 | 15 | 532 | 135 | 55 |
| Binary | 11011111 | 1000 | 111010 | 0 | 1100000 | 1001010 | 1101 | 101011010 | 1011101 | 101101 |
Color Harmonies of #DF083A
Complementary color
Monochromatic Colors of #DF083A
Black with #DF083A
Text Example
Text Example
White with #DF083A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF083A; }
p { color: rgb(223,8,58); }
H1.HeaderClassName
{
color: #DF083A;
}
.AnyTagClassName
{
color: #DF083A;
}
</style>
background-color css
<style>
a { background-color: #DF083A; }
a { background-color: rgb(223,8,58); }
div.DivClassName
{
background-color: #DF083A;
}
.BgClassName
{
background-color: #DF083A;
}
</style>
border-color css
<style>
span { border-color: #DF083A; }
span { border-color: rgb(223,8,58); }
td.TdClassName
{
border-color: #DF083A;
}
.TagClassName
{
border-color: #DF083A;
}
</style>