Shades of Crimson #DF082B
Tints of Crimson #DF082B
RGB
CMYK
RGB Variations
Color information
#DF082B (or 0xDF082B) is known color: Crimson. HEX triplet: DF, 08 and 2B. RGB value is (223,8,43). Sum of RGB (Red+Green+Blue) = 223+8+43=274 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.39% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 223 - color contains mainly: red. Hex color #DF082B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF082B is #20F7D4. Grayscale: #4C4C4C. Windows color (decimal): -2160597 or 2820319. OLE color: 2820319.
HSL color Cylindrical-coordinate representation of color #DF082B: hue angle of 350.23º 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 #DF082B is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 43 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.13 |
| HSL | 350.23º | 0.93% | 0.45% | - |
| HSV(B) | 350.23º | 0.96% | 0.87% | - |
| XYZ | 30.95 | 16.04 | 3.75 | - |
| YUV | 76.28 | 109.23 | 232.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 43 | 0 | 0.96 | 0.81 | 0.13 | 350.23 | 0.93 | 0.45 |
| Hex | DF | 8 | 2B | 0 | 60 | 51 | D | 15E | 5D | 2D |
| Octal | 337 | 10 | 53 | 0 | 140 | 121 | 15 | 536 | 135 | 55 |
| Binary | 11011111 | 1000 | 101011 | 0 | 1100000 | 1010001 | 1101 | 101011110 | 1011101 | 101101 |
Color Harmonies of #DF082B
Complementary color
Monochromatic Colors of #DF082B
Black with #DF082B
Text Example
Text Example
White with #DF082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF082B; }
p { color: rgb(223,8,43); }
H1.HeaderClassName
{
color: #DF082B;
}
.AnyTagClassName
{
color: #DF082B;
}
</style>
background-color css
<style>
a { background-color: #DF082B; }
a { background-color: rgb(223,8,43); }
div.DivClassName
{
background-color: #DF082B;
}
.BgClassName
{
background-color: #DF082B;
}
</style>
border-color css
<style>
span { border-color: #DF082B; }
span { border-color: rgb(223,8,43); }
td.TdClassName
{
border-color: #DF082B;
}
.TagClassName
{
border-color: #DF082B;
}
</style>