Shades of Crimson #DD082A
Tints of Crimson #DD082A
RGB
CMYK
RGB Variations
Color information
#DD082A (or 0xDD082A) is known color: Crimson. HEX triplet: DD, 08 and 2A. RGB value is (221,8,42). Sum of RGB (Red+Green+Blue) = 221+8+42=271 (35% of max value = 765). Red value is 221 (86.72% from 255 or 81.55% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 221 - color contains mainly: red. Hex color #DD082A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD082A is #22F7D5. Grayscale: #4B4B4B. Windows color (decimal): -2291670 or 2754781. OLE color: 2754781.
HSL color Cylindrical-coordinate representation of color #DD082A: hue angle of 350.42º 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 #DD082A is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 42 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.13 |
| HSL | 350.42º | 0.93% | 0.45% | - |
| HSV(B) | 350.42º | 0.96% | 0.87% | - |
| XYZ | 30.32 | 15.71 | 3.63 | - |
| YUV | 75.56 | 109.07 | 231.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 42 | 0 | 0.96 | 0.81 | 0.13 | 350.42 | 0.93 | 0.45 |
| Hex | DD | 8 | 2A | 0 | 60 | 51 | D | 15E | 5D | 2D |
| Octal | 335 | 10 | 52 | 0 | 140 | 121 | 15 | 536 | 135 | 55 |
| Binary | 11011101 | 1000 | 101010 | 0 | 1100000 | 1010001 | 1101 | 101011110 | 1011101 | 101101 |
Color Harmonies of #DD082A
Complementary color
Monochromatic Colors of #DD082A
Black with #DD082A
Text Example
Text Example
White with #DD082A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD082A; }
p { color: rgb(221,8,42); }
H1.HeaderClassName
{
color: #DD082A;
}
.AnyTagClassName
{
color: #DD082A;
}
</style>
background-color css
<style>
a { background-color: #DD082A; }
a { background-color: rgb(221,8,42); }
div.DivClassName
{
background-color: #DD082A;
}
.BgClassName
{
background-color: #DD082A;
}
</style>
border-color css
<style>
span { border-color: #DD082A; }
span { border-color: rgb(221,8,42); }
td.TdClassName
{
border-color: #DD082A;
}
.TagClassName
{
border-color: #DD082A;
}
</style>