Shades of Crimson #DD142F
Tints of Crimson #DD142F
RGB
CMYK
RGB Variations
Color information
#DD142F (or 0xDD142F) is known color: Crimson. HEX triplet: DD, 14 and 2F. RGB value is (221,20,47). Sum of RGB (Red+Green+Blue) = 221+20+47=288 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.74% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 221 - color contains mainly: red. Hex color #DD142F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD142F is #22EBD0. Grayscale: #535353. Windows color (decimal): -2288593 or 3085533. OLE color: 3085533.
HSL color Cylindrical-coordinate representation of color #DD142F: hue angle of 351.94º 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 #DD142F is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 47 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.13 |
| HSL | 351.94º | 0.83% | 0.47% | - |
| HSV(B) | 351.94º | 0.91% | 0.87% | - |
| XYZ | 30.58 | 16.08 | 4.18 | - |
| YUV | 83.18 | 107.59 | 226.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 47 | 0 | 0.91 | 0.79 | 0.13 | 351.94 | 0.83 | 0.47 |
| Hex | DD | 14 | 2F | 0 | 5B | 4F | D | 160 | 53 | 2F |
| Octal | 335 | 24 | 57 | 0 | 133 | 117 | 15 | 540 | 123 | 57 |
| Binary | 11011101 | 10100 | 101111 | 0 | 1011011 | 1001111 | 1101 | 101100000 | 1010011 | 101111 |
Color Harmonies of #DD142F
Complementary color
Monochromatic Colors of #DD142F
Black with #DD142F
Text Example
Text Example
White with #DD142F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD142F; }
p { color: rgb(221,20,47); }
H1.HeaderClassName
{
color: #DD142F;
}
.AnyTagClassName
{
color: #DD142F;
}
</style>
background-color css
<style>
a { background-color: #DD142F; }
a { background-color: rgb(221,20,47); }
div.DivClassName
{
background-color: #DD142F;
}
.BgClassName
{
background-color: #DD142F;
}
</style>
border-color css
<style>
span { border-color: #DD142F; }
span { border-color: rgb(221,20,47); }
td.TdClassName
{
border-color: #DD142F;
}
.TagClassName
{
border-color: #DD142F;
}
</style>