Shades of Crimson #DD013F
Tints of Crimson #DD013F
RGB
CMYK
RGB Variations
Color information
#DD013F (or 0xDD013F) is known color: Crimson. HEX triplet: DD, 01 and 3F. RGB value is (221,1,63). Sum of RGB (Red+Green+Blue) = 221+1+63=285 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.54% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 221 - color contains mainly: red. Hex color #DD013F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD013F is #22FEC0. Grayscale: #494949. Windows color (decimal): -2293441 or 4129245. OLE color: 4129245.
HSL color Cylindrical-coordinate representation of color #DD013F: hue angle of 343.09º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD013F is Cyan = 0, Magento = 1.00, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 1 | 63 | - |
| CMYK | 0 | 1.00 | 0.71 | 0.13 |
| HSL | 343.09º | 0.99% | 0.44% | - |
| HSV(B) | 343.09º | 1% | 0.87% | - |
| XYZ | 30.73 | 15.75 | 6.12 | - |
| YUV | 73.85 | 121.89 | 232.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 63 | 0 | 1.00 | 0.71 | 0.13 | 343.09 | 0.99 | 0.44 |
| Hex | DD | 1 | 3F | 0 | 64 | 47 | D | 157 | 63 | 2C |
| Octal | 335 | 1 | 77 | 0 | 144 | 107 | 15 | 527 | 143 | 54 |
| Binary | 11011101 | 1 | 111111 | 0 | 1100100 | 1000111 | 1101 | 101010111 | 1100011 | 101100 |
Color Harmonies of #DD013F
Complementary color
Monochromatic Colors of #DD013F
Black with #DD013F
Text Example
Text Example
White with #DD013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD013F; }
p { color: rgb(221,1,63); }
H1.HeaderClassName
{
color: #DD013F;
}
.AnyTagClassName
{
color: #DD013F;
}
</style>
background-color css
<style>
a { background-color: #DD013F; }
a { background-color: rgb(221,1,63); }
div.DivClassName
{
background-color: #DD013F;
}
.BgClassName
{
background-color: #DD013F;
}
</style>
border-color css
<style>
span { border-color: #DD013F; }
span { border-color: rgb(221,1,63); }
td.TdClassName
{
border-color: #DD013F;
}
.TagClassName
{
border-color: #DD013F;
}
</style>