Shades of Crimson #DF082A
Tints of Crimson #DF082A
RGB
CMYK
RGB Variations
Color information
#DF082A (or 0xDF082A) is known color: Crimson. HEX triplet: DF, 08 and 2A. RGB value is (223,8,42). Sum of RGB (Red+Green+Blue) = 223+8+42=273 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.68% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 223 - color contains mainly: red. Hex color #DF082A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF082A is #20F7D5. Grayscale: #4C4C4C. Windows color (decimal): -2160598 or 2754783. OLE color: 2754783.
HSL color Cylindrical-coordinate representation of color #DF082A: hue angle of 350.51º 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 #DF082A is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 42 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.13 |
| HSL | 350.51º | 0.93% | 0.45% | - |
| HSV(B) | 350.51º | 0.96% | 0.87% | - |
| XYZ | 30.94 | 16.03 | 3.65 | - |
| YUV | 76.16 | 108.73 | 232.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 42 | 0 | 0.96 | 0.81 | 0.13 | 350.51 | 0.93 | 0.45 |
| Hex | DF | 8 | 2A | 0 | 60 | 51 | D | 15F | 5D | 2D |
| Octal | 337 | 10 | 52 | 0 | 140 | 121 | 15 | 537 | 135 | 55 |
| Binary | 11011111 | 1000 | 101010 | 0 | 1100000 | 1010001 | 1101 | 101011111 | 1011101 | 101101 |
Color Harmonies of #DF082A
Complementary color
Monochromatic Colors of #DF082A
Black with #DF082A
Text Example
Text Example
White with #DF082A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF082A; }
p { color: rgb(223,8,42); }
H1.HeaderClassName
{
color: #DF082A;
}
.AnyTagClassName
{
color: #DF082A;
}
</style>
background-color css
<style>
a { background-color: #DF082A; }
a { background-color: rgb(223,8,42); }
div.DivClassName
{
background-color: #DF082A;
}
.BgClassName
{
background-color: #DF082A;
}
</style>
border-color css
<style>
span { border-color: #DF082A; }
span { border-color: rgb(223,8,42); }
td.TdClassName
{
border-color: #DF082A;
}
.TagClassName
{
border-color: #DF082A;
}
</style>