Shades of Crimson #DD132F
Tints of Crimson #DD132F
RGB
CMYK
RGB Variations
Color information
#DD132F (or 0xDD132F) is known color: Crimson. HEX triplet: DD, 13 and 2F. RGB value is (221,19,47). Sum of RGB (Red+Green+Blue) = 221+19+47=287 (38% of max value = 765). Red value is 221 (86.72% from 255 or 77.00% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 221 - color contains mainly: red. Hex color #DD132F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD132F is #22ECD0. Grayscale: #525252. Windows color (decimal): -2288849 or 3085277. OLE color: 3085277.
HSL color Cylindrical-coordinate representation of color #DD132F: hue angle of 351.68º 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 #DD132F is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 47 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.13 |
| HSL | 351.68º | 0.84% | 0.47% | - |
| HSV(B) | 351.68º | 0.91% | 0.87% | - |
| XYZ | 30.56 | 16.04 | 4.18 | - |
| YUV | 82.59 | 107.92 | 226.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 47 | 0 | 0.91 | 0.79 | 0.13 | 351.68 | 0.84 | 0.47 |
| Hex | DD | 13 | 2F | 0 | 5B | 4F | D | 160 | 54 | 2F |
| Octal | 335 | 23 | 57 | 0 | 133 | 117 | 15 | 540 | 124 | 57 |
| Binary | 11011101 | 10011 | 101111 | 0 | 1011011 | 1001111 | 1101 | 101100000 | 1010100 | 101111 |
Color Harmonies of #DD132F
Complementary color
Monochromatic Colors of #DD132F
Black with #DD132F
Text Example
Text Example
White with #DD132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD132F; }
p { color: rgb(221,19,47); }
H1.HeaderClassName
{
color: #DD132F;
}
.AnyTagClassName
{
color: #DD132F;
}
</style>
background-color css
<style>
a { background-color: #DD132F; }
a { background-color: rgb(221,19,47); }
div.DivClassName
{
background-color: #DD132F;
}
.BgClassName
{
background-color: #DD132F;
}
</style>
border-color css
<style>
span { border-color: #DD132F; }
span { border-color: rgb(221,19,47); }
td.TdClassName
{
border-color: #DD132F;
}
.TagClassName
{
border-color: #DD132F;
}
</style>