Shades of Crimson #DD143A
Tints of Crimson #DD143A
RGB
CMYK
RGB Variations
Color information
#DD143A (or 0xDD143A) is known color: Crimson. HEX triplet: DD, 14 and 3A. RGB value is (221,20,58). Sum of RGB (Red+Green+Blue) = 221+20+58=299 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.91% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 221 - color contains mainly: red. Hex color #DD143A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD143A is #22EBC5. Grayscale: #545454. Windows color (decimal): -2288582 or 3806429. OLE color: 3806429.
HSL color Cylindrical-coordinate representation of color #DD143A: hue angle of 348.66º 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 #DD143A is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 58 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.13 |
| HSL | 348.66º | 0.83% | 0.47% | - |
| HSV(B) | 348.66º | 0.91% | 0.87% | - |
| XYZ | 30.83 | 16.18 | 5.5 | - |
| YUV | 84.43 | 113.09 | 225.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 58 | 0 | 0.91 | 0.74 | 0.13 | 348.66 | 0.83 | 0.47 |
| Hex | DD | 14 | 3A | 0 | 5B | 4A | D | 15D | 53 | 2F |
| Octal | 335 | 24 | 72 | 0 | 133 | 112 | 15 | 535 | 123 | 57 |
| Binary | 11011101 | 10100 | 111010 | 0 | 1011011 | 1001010 | 1101 | 101011101 | 1010011 | 101111 |
Color Harmonies of #DD143A
Complementary color
Monochromatic Colors of #DD143A
Black with #DD143A
Text Example
Text Example
White with #DD143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD143A; }
p { color: rgb(221,20,58); }
H1.HeaderClassName
{
color: #DD143A;
}
.AnyTagClassName
{
color: #DD143A;
}
</style>
background-color css
<style>
a { background-color: #DD143A; }
a { background-color: rgb(221,20,58); }
div.DivClassName
{
background-color: #DD143A;
}
.BgClassName
{
background-color: #DD143A;
}
</style>
border-color css
<style>
span { border-color: #DD143A; }
span { border-color: rgb(221,20,58); }
td.TdClassName
{
border-color: #DD143A;
}
.TagClassName
{
border-color: #DD143A;
}
</style>