Shades of Crimson #DD093D
Tints of Crimson #DD093D
RGB
CMYK
RGB Variations
Color information
#DD093D (or 0xDD093D) is known color: Crimson. HEX triplet: DD, 09 and 3D. RGB value is (221,9,61). Sum of RGB (Red+Green+Blue) = 221+9+61=291 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.95% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 221 - color contains mainly: red. Hex color #DD093D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD093D is #22F6C2. Grayscale: #4E4E4E. Windows color (decimal): -2291395 or 4000221. OLE color: 4000221.
HSL color Cylindrical-coordinate representation of color #DD093D: hue angle of 345.28º 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 #DD093D is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 61 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.13 |
| HSL | 345.28º | 0.92% | 0.45% | - |
| HSV(B) | 345.28º | 0.96% | 0.87% | - |
| XYZ | 30.76 | 15.9 | 5.86 | - |
| YUV | 78.32 | 118.24 | 229.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 61 | 0 | 0.96 | 0.72 | 0.13 | 345.28 | 0.92 | 0.45 |
| Hex | DD | 9 | 3D | 0 | 60 | 48 | D | 159 | 5C | 2D |
| Octal | 335 | 11 | 75 | 0 | 140 | 110 | 15 | 531 | 134 | 55 |
| Binary | 11011101 | 1001 | 111101 | 0 | 1100000 | 1001000 | 1101 | 101011001 | 1011100 | 101101 |
Color Harmonies of #DD093D
Complementary color
Monochromatic Colors of #DD093D
Black with #DD093D
Text Example
Text Example
White with #DD093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD093D; }
p { color: rgb(221,9,61); }
H1.HeaderClassName
{
color: #DD093D;
}
.AnyTagClassName
{
color: #DD093D;
}
</style>
background-color css
<style>
a { background-color: #DD093D; }
a { background-color: rgb(221,9,61); }
div.DivClassName
{
background-color: #DD093D;
}
.BgClassName
{
background-color: #DD093D;
}
</style>
border-color css
<style>
span { border-color: #DD093D; }
span { border-color: rgb(221,9,61); }
td.TdClassName
{
border-color: #DD093D;
}
.TagClassName
{
border-color: #DD093D;
}
</style>