Shades of Crimson #DF083F
Tints of Crimson #DF083F
RGB
CMYK
RGB Variations
Color information
#DF083F (or 0xDF083F) is known color: Crimson. HEX triplet: DF, 08 and 3F. RGB value is (223,8,63). Sum of RGB (Red+Green+Blue) = 223+8+63=294 (38% of max value = 765). Red value is 223 (87.5% from 255 or 75.85% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 223 - color contains mainly: red. Hex color #DF083F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF083F is #20F7C0. Grayscale: #4E4E4E. Windows color (decimal): -2160577 or 4131039. OLE color: 4131039.
HSL color Cylindrical-coordinate representation of color #DF083F: hue angle of 344.65º 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 #DF083F is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 63 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.13 |
| HSL | 344.65º | 0.93% | 0.45% | - |
| HSV(B) | 344.65º | 0.96% | 0.87% | - |
| XYZ | 31.42 | 16.22 | 6.18 | - |
| YUV | 78.56 | 119.23 | 231.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 63 | 0 | 0.96 | 0.72 | 0.13 | 344.65 | 0.93 | 0.45 |
| Hex | DF | 8 | 3F | 0 | 60 | 48 | D | 159 | 5D | 2D |
| Octal | 337 | 10 | 77 | 0 | 140 | 110 | 15 | 531 | 135 | 55 |
| Binary | 11011111 | 1000 | 111111 | 0 | 1100000 | 1001000 | 1101 | 101011001 | 1011101 | 101101 |
Color Harmonies of #DF083F
Complementary color
Monochromatic Colors of #DF083F
Black with #DF083F
Text Example
Text Example
White with #DF083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF083F; }
p { color: rgb(223,8,63); }
H1.HeaderClassName
{
color: #DF083F;
}
.AnyTagClassName
{
color: #DF083F;
}
</style>
background-color css
<style>
a { background-color: #DF083F; }
a { background-color: rgb(223,8,63); }
div.DivClassName
{
background-color: #DF083F;
}
.BgClassName
{
background-color: #DF083F;
}
</style>
border-color css
<style>
span { border-color: #DF083F; }
span { border-color: rgb(223,8,63); }
td.TdClassName
{
border-color: #DF083F;
}
.TagClassName
{
border-color: #DF083F;
}
</style>