Shades of Crimson #DD103F
Tints of Crimson #DD103F
RGB
CMYK
RGB Variations
Color information
#DD103F (or 0xDD103F) is known color: Crimson. HEX triplet: DD, 10 and 3F. RGB value is (221,16,63). Sum of RGB (Red+Green+Blue) = 221+16+63=300 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.67% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 221 - color contains mainly: red. Hex color #DD103F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD103F is #22EFC0. Grayscale: #525252. Windows color (decimal): -2289601 or 4133085. OLE color: 4133085.
HSL color Cylindrical-coordinate representation of color #DD103F: hue angle of 346.24º degrees, saturation: 0.86, 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 #DD103F is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 63 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.13 |
| HSL | 346.24º | 0.86% | 0.46% | - |
| HSV(B) | 346.24º | 0.93% | 0.87% | - |
| XYZ | 30.9 | 16.1 | 6.18 | - |
| YUV | 82.65 | 116.92 | 226.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 63 | 0 | 0.93 | 0.71 | 0.13 | 346.24 | 0.86 | 0.46 |
| Hex | DD | 10 | 3F | 0 | 5D | 47 | D | 15A | 56 | 2E |
| Octal | 335 | 20 | 77 | 0 | 135 | 107 | 15 | 532 | 126 | 56 |
| Binary | 11011101 | 10000 | 111111 | 0 | 1011101 | 1000111 | 1101 | 101011010 | 1010110 | 101110 |
Color Harmonies of #DD103F
Complementary color
Monochromatic Colors of #DD103F
Black with #DD103F
Text Example
Text Example
White with #DD103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD103F; }
p { color: rgb(221,16,63); }
H1.HeaderClassName
{
color: #DD103F;
}
.AnyTagClassName
{
color: #DD103F;
}
</style>
background-color css
<style>
a { background-color: #DD103F; }
a { background-color: rgb(221,16,63); }
div.DivClassName
{
background-color: #DD103F;
}
.BgClassName
{
background-color: #DD103F;
}
</style>
border-color css
<style>
span { border-color: #DD103F; }
span { border-color: rgb(221,16,63); }
td.TdClassName
{
border-color: #DD103F;
}
.TagClassName
{
border-color: #DD103F;
}
</style>