Shades of Crimson #DD093A
Tints of Crimson #DD093A
RGB
CMYK
RGB Variations
Color information
#DD093A (or 0xDD093A) is known color: Crimson. HEX triplet: DD, 09 and 3A. RGB value is (221,9,58). Sum of RGB (Red+Green+Blue) = 221+9+58=288 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.74% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 221 - color contains mainly: red. Hex color #DD093A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD093A is #22F6C5. Grayscale: #4D4D4D. Windows color (decimal): -2291398 or 3803613. OLE color: 3803613.
HSL color Cylindrical-coordinate representation of color #DD093A: hue angle of 346.13º 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 #DD093A is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 58 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.13 |
| HSL | 346.13º | 0.92% | 0.45% | - |
| HSV(B) | 346.13º | 0.96% | 0.87% | - |
| XYZ | 30.68 | 15.87 | 5.45 | - |
| YUV | 77.97 | 116.74 | 230.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 58 | 0 | 0.96 | 0.74 | 0.13 | 346.13 | 0.92 | 0.45 |
| Hex | DD | 9 | 3A | 0 | 60 | 4A | D | 15A | 5C | 2D |
| Octal | 335 | 11 | 72 | 0 | 140 | 112 | 15 | 532 | 134 | 55 |
| Binary | 11011101 | 1001 | 111010 | 0 | 1100000 | 1001010 | 1101 | 101011010 | 1011100 | 101101 |
Color Harmonies of #DD093A
Complementary color
Monochromatic Colors of #DD093A
Black with #DD093A
Text Example
Text Example
White with #DD093A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD093A; }
p { color: rgb(221,9,58); }
H1.HeaderClassName
{
color: #DD093A;
}
.AnyTagClassName
{
color: #DD093A;
}
</style>
background-color css
<style>
a { background-color: #DD093A; }
a { background-color: rgb(221,9,58); }
div.DivClassName
{
background-color: #DD093A;
}
.BgClassName
{
background-color: #DD093A;
}
</style>
border-color css
<style>
span { border-color: #DD093A; }
span { border-color: rgb(221,9,58); }
td.TdClassName
{
border-color: #DD093A;
}
.TagClassName
{
border-color: #DD093A;
}
</style>