Shades of Crimson #DF083B
Tints of Crimson #DF083B
RGB
CMYK
RGB Variations
Color information
#DF083B (or 0xDF083B) is known color: Crimson. HEX triplet: DF, 08 and 3B. RGB value is (223,8,59). Sum of RGB (Red+Green+Blue) = 223+8+59=290 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.90% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 223 - color contains mainly: red. Hex color #DF083B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF083B is #20F7C4. Grayscale: #4E4E4E. Windows color (decimal): -2160581 or 3868895. OLE color: 3868895.
HSL color Cylindrical-coordinate representation of color #DF083B: hue angle of 345.77º 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 #DF083B is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 59 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.13 |
| HSL | 345.77º | 0.93% | 0.45% | - |
| HSV(B) | 345.77º | 0.96% | 0.87% | - |
| XYZ | 31.31 | 16.18 | 5.61 | - |
| YUV | 78.1 | 117.23 | 231.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 59 | 0 | 0.96 | 0.74 | 0.13 | 345.77 | 0.93 | 0.45 |
| Hex | DF | 8 | 3B | 0 | 60 | 4A | D | 15A | 5D | 2D |
| Octal | 337 | 10 | 73 | 0 | 140 | 112 | 15 | 532 | 135 | 55 |
| Binary | 11011111 | 1000 | 111011 | 0 | 1100000 | 1001010 | 1101 | 101011010 | 1011101 | 101101 |
Color Harmonies of #DF083B
Complementary color
Monochromatic Colors of #DF083B
Black with #DF083B
Text Example
Text Example
White with #DF083B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF083B; }
p { color: rgb(223,8,59); }
H1.HeaderClassName
{
color: #DF083B;
}
.AnyTagClassName
{
color: #DF083B;
}
</style>
background-color css
<style>
a { background-color: #DF083B; }
a { background-color: rgb(223,8,59); }
div.DivClassName
{
background-color: #DF083B;
}
.BgClassName
{
background-color: #DF083B;
}
</style>
border-color css
<style>
span { border-color: #DF083B; }
span { border-color: rgb(223,8,59); }
td.TdClassName
{
border-color: #DF083B;
}
.TagClassName
{
border-color: #DF083B;
}
</style>