Shades of Crimson #DD082E
Tints of Crimson #DD082E
RGB
CMYK
RGB Variations
Color information
#DD082E (or 0xDD082E) is known color: Crimson. HEX triplet: DD, 08 and 2E. RGB value is (221,8,46). Sum of RGB (Red+Green+Blue) = 221+8+46=275 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.36% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 221 - color contains mainly: red. Hex color #DD082E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD082E is #22F7D1. Grayscale: #4C4C4C. Windows color (decimal): -2291666 or 3016925. OLE color: 3016925.
HSL color Cylindrical-coordinate representation of color #DD082E: hue angle of 349.3º 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 #DD082E is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 46 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.13 |
| HSL | 349.3º | 0.93% | 0.45% | - |
| HSV(B) | 349.3º | 0.96% | 0.87% | - |
| XYZ | 30.4 | 15.74 | 4.02 | - |
| YUV | 76.02 | 111.07 | 231.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 46 | 0 | 0.96 | 0.79 | 0.13 | 349.3 | 0.93 | 0.45 |
| Hex | DD | 8 | 2E | 0 | 60 | 4F | D | 15D | 5D | 2D |
| Octal | 335 | 10 | 56 | 0 | 140 | 117 | 15 | 535 | 135 | 55 |
| Binary | 11011101 | 1000 | 101110 | 0 | 1100000 | 1001111 | 1101 | 101011101 | 1011101 | 101101 |
Color Harmonies of #DD082E
Complementary color
Monochromatic Colors of #DD082E
Black with #DD082E
Text Example
Text Example
White with #DD082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD082E; }
p { color: rgb(221,8,46); }
H1.HeaderClassName
{
color: #DD082E;
}
.AnyTagClassName
{
color: #DD082E;
}
</style>
background-color css
<style>
a { background-color: #DD082E; }
a { background-color: rgb(221,8,46); }
div.DivClassName
{
background-color: #DD082E;
}
.BgClassName
{
background-color: #DD082E;
}
</style>
border-color css
<style>
span { border-color: #DD082E; }
span { border-color: rgb(221,8,46); }
td.TdClassName
{
border-color: #DD082E;
}
.TagClassName
{
border-color: #DD082E;
}
</style>