Shades of Crimson #DD132B
Tints of Crimson #DD132B
RGB
CMYK
RGB Variations
Color information
#DD132B (or 0xDD132B) is known color: Crimson. HEX triplet: DD, 13 and 2B. RGB value is (221,19,43). Sum of RGB (Red+Green+Blue) = 221+19+43=283 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.09% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 221 - color contains mainly: red. Hex color #DD132B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD132B is #22ECD4. Grayscale: #525252. Windows color (decimal): -2288853 or 2823133. OLE color: 2823133.
HSL color Cylindrical-coordinate representation of color #DD132B: hue angle of 352.87º 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 #DD132B is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 43 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.13 |
| HSL | 352.87º | 0.84% | 0.47% | - |
| HSV(B) | 352.87º | 0.91% | 0.87% | - |
| XYZ | 30.49 | 16.01 | 3.77 | - |
| YUV | 82.13 | 105.92 | 227.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 43 | 0 | 0.91 | 0.81 | 0.13 | 352.87 | 0.84 | 0.47 |
| Hex | DD | 13 | 2B | 0 | 5B | 51 | D | 161 | 54 | 2F |
| Octal | 335 | 23 | 53 | 0 | 133 | 121 | 15 | 541 | 124 | 57 |
| Binary | 11011101 | 10011 | 101011 | 0 | 1011011 | 1010001 | 1101 | 101100001 | 1010100 | 101111 |
Color Harmonies of #DD132B
Complementary color
Monochromatic Colors of #DD132B
Black with #DD132B
Text Example
Text Example
White with #DD132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD132B; }
p { color: rgb(221,19,43); }
H1.HeaderClassName
{
color: #DD132B;
}
.AnyTagClassName
{
color: #DD132B;
}
</style>
background-color css
<style>
a { background-color: #DD132B; }
a { background-color: rgb(221,19,43); }
div.DivClassName
{
background-color: #DD132B;
}
.BgClassName
{
background-color: #DD132B;
}
</style>
border-color css
<style>
span { border-color: #DD132B; }
span { border-color: rgb(221,19,43); }
td.TdClassName
{
border-color: #DD132B;
}
.TagClassName
{
border-color: #DD132B;
}
</style>