Shades of Crimson #DD143F
Tints of Crimson #DD143F
RGB
CMYK
RGB Variations
Color information
#DD143F (or 0xDD143F) is known color: Crimson. HEX triplet: DD, 14 and 3F. RGB value is (221,20,63). Sum of RGB (Red+Green+Blue) = 221+20+63=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD143F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD143F is #22EBC0. Grayscale: #555555. Windows color (decimal): -2288577 or 4134109. OLE color: 4134109.
HSL color Cylindrical-coordinate representation of color #DD143F: hue angle of 347.16º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD143F is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 63 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.13 |
| HSL | 347.16º | 0.83% | 0.47% | - |
| HSV(B) | 347.16º | 0.91% | 0.87% | - |
| XYZ | 30.97 | 16.23 | 6.2 | - |
| YUV | 85 | 115.59 | 225 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 63 | 0 | 0.91 | 0.71 | 0.13 | 347.16 | 0.83 | 0.47 |
| Hex | DD | 14 | 3F | 0 | 5B | 47 | D | 15B | 53 | 2F |
| Octal | 335 | 24 | 77 | 0 | 133 | 107 | 15 | 533 | 123 | 57 |
| Binary | 11011101 | 10100 | 111111 | 0 | 1011011 | 1000111 | 1101 | 101011011 | 1010011 | 101111 |
Color Harmonies of #DD143F
Complementary color
Monochromatic Colors of #DD143F
Black with #DD143F
Text Example
Text Example
White with #DD143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD143F; }
p { color: rgb(221,20,63); }
H1.HeaderClassName
{
color: #DD143F;
}
.AnyTagClassName
{
color: #DD143F;
}
</style>
background-color css
<style>
a { background-color: #DD143F; }
a { background-color: rgb(221,20,63); }
div.DivClassName
{
background-color: #DD143F;
}
.BgClassName
{
background-color: #DD143F;
}
</style>
border-color css
<style>
span { border-color: #DD143F; }
span { border-color: rgb(221,20,63); }
td.TdClassName
{
border-color: #DD143F;
}
.TagClassName
{
border-color: #DD143F;
}
</style>