Shades of Crimson #DD132E
Tints of Crimson #DD132E
RGB
CMYK
RGB Variations
Color information
#DD132E (or 0xDD132E) is known color: Crimson. HEX triplet: DD, 13 and 2E. RGB value is (221,19,46). Sum of RGB (Red+Green+Blue) = 221+19+46=286 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.27% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 221 - color contains mainly: red. Hex color #DD132E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD132E is #22ECD1. Grayscale: #525252. Windows color (decimal): -2288850 or 3019741. OLE color: 3019741.
HSL color Cylindrical-coordinate representation of color #DD132E: hue angle of 351.98º degrees, saturation: 0.84, 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 #DD132E is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 46 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.13 |
| HSL | 351.98º | 0.84% | 0.47% | - |
| HSV(B) | 351.98º | 0.91% | 0.87% | - |
| XYZ | 30.54 | 16.04 | 4.07 | - |
| YUV | 82.48 | 107.42 | 226.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 46 | 0 | 0.91 | 0.79 | 0.13 | 351.98 | 0.84 | 0.47 |
| Hex | DD | 13 | 2E | 0 | 5B | 4F | D | 160 | 54 | 2F |
| Octal | 335 | 23 | 56 | 0 | 133 | 117 | 15 | 540 | 124 | 57 |
| Binary | 11011101 | 10011 | 101110 | 0 | 1011011 | 1001111 | 1101 | 101100000 | 1010100 | 101111 |
Color Harmonies of #DD132E
Complementary color
Monochromatic Colors of #DD132E
Black with #DD132E
Text Example
Text Example
White with #DD132E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD132E; }
p { color: rgb(221,19,46); }
H1.HeaderClassName
{
color: #DD132E;
}
.AnyTagClassName
{
color: #DD132E;
}
</style>
background-color css
<style>
a { background-color: #DD132E; }
a { background-color: rgb(221,19,46); }
div.DivClassName
{
background-color: #DD132E;
}
.BgClassName
{
background-color: #DD132E;
}
</style>
border-color css
<style>
span { border-color: #DD132E; }
span { border-color: rgb(221,19,46); }
td.TdClassName
{
border-color: #DD132E;
}
.TagClassName
{
border-color: #DD132E;
}
</style>