Shades of Crimson #DD092F
Tints of Crimson #DD092F
RGB
CMYK
RGB Variations
Color information
#DD092F (or 0xDD092F) is known color: Crimson. HEX triplet: DD, 09 and 2F. RGB value is (221,9,47). Sum of RGB (Red+Green+Blue) = 221+9+47=277 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.78% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 221 - color contains mainly: red. Hex color #DD092F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD092F is #22F6D0. Grayscale: #4C4C4C. Windows color (decimal): -2291409 or 3082717. OLE color: 3082717.
HSL color Cylindrical-coordinate representation of color #DD092F: hue angle of 349.25º 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 #DD092F is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 47 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.13 |
| HSL | 349.25º | 0.92% | 0.45% | - |
| HSV(B) | 349.25º | 0.96% | 0.87% | - |
| XYZ | 30.43 | 15.77 | 4.13 | - |
| YUV | 76.72 | 111.24 | 230.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 47 | 0 | 0.96 | 0.79 | 0.13 | 349.25 | 0.92 | 0.45 |
| Hex | DD | 9 | 2F | 0 | 60 | 4F | D | 15D | 5C | 2D |
| Octal | 335 | 11 | 57 | 0 | 140 | 117 | 15 | 535 | 134 | 55 |
| Binary | 11011101 | 1001 | 101111 | 0 | 1100000 | 1001111 | 1101 | 101011101 | 1011100 | 101101 |
Color Harmonies of #DD092F
Complementary color
Monochromatic Colors of #DD092F
Black with #DD092F
Text Example
Text Example
White with #DD092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD092F; }
p { color: rgb(221,9,47); }
H1.HeaderClassName
{
color: #DD092F;
}
.AnyTagClassName
{
color: #DD092F;
}
</style>
background-color css
<style>
a { background-color: #DD092F; }
a { background-color: rgb(221,9,47); }
div.DivClassName
{
background-color: #DD092F;
}
.BgClassName
{
background-color: #DD092F;
}
</style>
border-color css
<style>
span { border-color: #DD092F; }
span { border-color: rgb(221,9,47); }
td.TdClassName
{
border-color: #DD092F;
}
.TagClassName
{
border-color: #DD092F;
}
</style>