Shades of Crimson #DF082F
Tints of Crimson #DF082F
RGB
CMYK
RGB Variations
Color information
#DF082F (or 0xDF082F) is known color: Crimson. HEX triplet: DF, 08 and 2F. RGB value is (223,8,47). Sum of RGB (Red+Green+Blue) = 223+8+47=278 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.22% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 223 - color contains mainly: red. Hex color #DF082F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF082F is #20F7D0. Grayscale: #4C4C4C. Windows color (decimal): -2160593 or 3082463. OLE color: 3082463.
HSL color Cylindrical-coordinate representation of color #DF082F: hue angle of 349.12º 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 #DF082F is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 47 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.13 |
| HSL | 349.12º | 0.93% | 0.45% | - |
| HSV(B) | 349.12º | 0.96% | 0.87% | - |
| XYZ | 31.03 | 16.07 | 4.16 | - |
| YUV | 76.73 | 111.23 | 232.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 47 | 0 | 0.96 | 0.79 | 0.13 | 349.12 | 0.93 | 0.45 |
| Hex | DF | 8 | 2F | 0 | 60 | 4F | D | 15D | 5D | 2D |
| Octal | 337 | 10 | 57 | 0 | 140 | 117 | 15 | 535 | 135 | 55 |
| Binary | 11011111 | 1000 | 101111 | 0 | 1100000 | 1001111 | 1101 | 101011101 | 1011101 | 101101 |
Color Harmonies of #DF082F
Complementary color
Monochromatic Colors of #DF082F
Black with #DF082F
Text Example
Text Example
White with #DF082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF082F; }
p { color: rgb(223,8,47); }
H1.HeaderClassName
{
color: #DF082F;
}
.AnyTagClassName
{
color: #DF082F;
}
</style>
background-color css
<style>
a { background-color: #DF082F; }
a { background-color: rgb(223,8,47); }
div.DivClassName
{
background-color: #DF082F;
}
.BgClassName
{
background-color: #DF082F;
}
</style>
border-color css
<style>
span { border-color: #DF082F; }
span { border-color: rgb(223,8,47); }
td.TdClassName
{
border-color: #DF082F;
}
.TagClassName
{
border-color: #DF082F;
}
</style>