Shades of Crimson #DD092A
Tints of Crimson #DD092A
RGB
CMYK
RGB Variations
Color information
#DD092A (or 0xDD092A) is known color: Crimson. HEX triplet: DD, 09 and 2A. RGB value is (221,9,42). Sum of RGB (Red+Green+Blue) = 221+9+42=272 (36% of max value = 765). Red value is 221 (86.72% from 255 or 81.25% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 221 - color contains mainly: red. Hex color #DD092A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD092A is #22F6D5. Grayscale: #4C4C4C. Windows color (decimal): -2291414 or 2755037. OLE color: 2755037.
HSL color Cylindrical-coordinate representation of color #DD092A: hue angle of 350.66º degrees, saturation: 0.92, 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 #DD092A is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 42 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.13 |
| HSL | 350.66º | 0.92% | 0.45% | - |
| HSV(B) | 350.66º | 0.96% | 0.87% | - |
| XYZ | 30.33 | 15.73 | 3.63 | - |
| YUV | 76.15 | 108.74 | 231.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 42 | 0 | 0.96 | 0.81 | 0.13 | 350.66 | 0.92 | 0.45 |
| Hex | DD | 9 | 2A | 0 | 60 | 51 | D | 15F | 5C | 2D |
| Octal | 335 | 11 | 52 | 0 | 140 | 121 | 15 | 537 | 134 | 55 |
| Binary | 11011101 | 1001 | 101010 | 0 | 1100000 | 1010001 | 1101 | 101011111 | 1011100 | 101101 |
Color Harmonies of #DD092A
Complementary color
Monochromatic Colors of #DD092A
Black with #DD092A
Text Example
Text Example
White with #DD092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD092A; }
p { color: rgb(221,9,42); }
H1.HeaderClassName
{
color: #DD092A;
}
.AnyTagClassName
{
color: #DD092A;
}
</style>
background-color css
<style>
a { background-color: #DD092A; }
a { background-color: rgb(221,9,42); }
div.DivClassName
{
background-color: #DD092A;
}
.BgClassName
{
background-color: #DD092A;
}
</style>
border-color css
<style>
span { border-color: #DD092A; }
span { border-color: rgb(221,9,42); }
td.TdClassName
{
border-color: #DD092A;
}
.TagClassName
{
border-color: #DD092A;
}
</style>