Shades of Crimson #DD0F31
Tints of Crimson #DD0F31
RGB
CMYK
RGB Variations
Color information
#DD0F31 (or 0xDD0F31) is known color: Crimson. HEX triplet: DD, 0F and 31. RGB value is (221,15,49). Sum of RGB (Red+Green+Blue) = 221+15+49=285 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.54% from 285); Green value is 15 (6.25% from 255 or 5.26% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0F31 is #22F0CE. Grayscale: #505050. Windows color (decimal): -2289871 or 3215325. OLE color: 3215325.
HSL color Cylindrical-coordinate representation of color #DD0F31: hue angle of 350.1º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD0F31 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 15 | 49 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.13 |
| HSL | 350.1º | 0.87% | 0.46% | - |
| HSV(B) | 350.1º | 0.93% | 0.87% | - |
| XYZ | 30.54 | 15.94 | 4.37 | - |
| YUV | 80.47 | 110.25 | 228.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 15 | 49 | 0 | 0.93 | 0.78 | 0.13 | 350.1 | 0.87 | 0.46 |
| Hex | DD | F | 31 | 0 | 5D | 4E | D | 15E | 57 | 2E |
| Octal | 335 | 17 | 61 | 0 | 135 | 116 | 15 | 536 | 127 | 56 |
| Binary | 11011101 | 1111 | 110001 | 0 | 1011101 | 1001110 | 1101 | 101011110 | 1010111 | 101110 |
Color Harmonies of #DD0F31
Complementary color
Monochromatic Colors of #DD0F31
Black with #DD0F31
Text Example
Text Example
White with #DD0F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0F31; }
p { color: rgb(221,15,49); }
H1.HeaderClassName
{
color: #DD0F31;
}
.AnyTagClassName
{
color: #DD0F31;
}
</style>
background-color css
<style>
a { background-color: #DD0F31; }
a { background-color: rgb(221,15,49); }
div.DivClassName
{
background-color: #DD0F31;
}
.BgClassName
{
background-color: #DD0F31;
}
</style>
border-color css
<style>
span { border-color: #DD0F31; }
span { border-color: rgb(221,15,49); }
td.TdClassName
{
border-color: #DD0F31;
}
.TagClassName
{
border-color: #DD0F31;
}
</style>