Shades of Crimson #DD092D
Tints of Crimson #DD092D
RGB
CMYK
RGB Variations
Color information
#DD092D (or 0xDD092D) is known color: Crimson. HEX triplet: DD, 09 and 2D. RGB value is (221,9,45). Sum of RGB (Red+Green+Blue) = 221+9+45=275 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.36% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 221 - color contains mainly: red. Hex color #DD092D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD092D is #22F6D2. Grayscale: #4C4C4C. Windows color (decimal): -2291411 or 2951645. OLE color: 2951645.
HSL color Cylindrical-coordinate representation of color #DD092D: hue angle of 349.81º 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 #DD092D is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 45 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.13 |
| HSL | 349.81º | 0.92% | 0.45% | - |
| HSV(B) | 349.81º | 0.96% | 0.87% | - |
| XYZ | 30.39 | 15.76 | 3.92 | - |
| YUV | 76.49 | 110.24 | 231.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 45 | 0 | 0.96 | 0.80 | 0.13 | 349.81 | 0.92 | 0.45 |
| Hex | DD | 9 | 2D | 0 | 60 | 50 | D | 15E | 5C | 2D |
| Octal | 335 | 11 | 55 | 0 | 140 | 120 | 15 | 536 | 134 | 55 |
| Binary | 11011101 | 1001 | 101101 | 0 | 1100000 | 1010000 | 1101 | 101011110 | 1011100 | 101101 |
Color Harmonies of #DD092D
Complementary color
Monochromatic Colors of #DD092D
Black with #DD092D
Text Example
Text Example
White with #DD092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD092D; }
p { color: rgb(221,9,45); }
H1.HeaderClassName
{
color: #DD092D;
}
.AnyTagClassName
{
color: #DD092D;
}
</style>
background-color css
<style>
a { background-color: #DD092D; }
a { background-color: rgb(221,9,45); }
div.DivClassName
{
background-color: #DD092D;
}
.BgClassName
{
background-color: #DD092D;
}
</style>
border-color css
<style>
span { border-color: #DD092D; }
span { border-color: rgb(221,9,45); }
td.TdClassName
{
border-color: #DD092D;
}
.TagClassName
{
border-color: #DD092D;
}
</style>