Shades of Crimson #DD133D
Tints of Crimson #DD133D
RGB
CMYK
RGB Variations
Color information
#DD133D (or 0xDD133D) is known color: Crimson. HEX triplet: DD, 13 and 3D. RGB value is (221,19,61). Sum of RGB (Red+Green+Blue) = 221+19+61=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD133D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD133D is #22ECC2. Grayscale: #545454. Windows color (decimal): -2288835 or 4002781. OLE color: 4002781.
HSL color Cylindrical-coordinate representation of color #DD133D: hue angle of 347.52º 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 #DD133D is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 61 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.13 |
| HSL | 347.52º | 0.84% | 0.47% | - |
| HSV(B) | 347.52º | 0.91% | 0.87% | - |
| XYZ | 30.89 | 16.17 | 5.91 | - |
| YUV | 84.19 | 114.92 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 61 | 0 | 0.91 | 0.72 | 0.13 | 347.52 | 0.84 | 0.47 |
| Hex | DD | 13 | 3D | 0 | 5B | 48 | D | 15C | 54 | 2F |
| Octal | 335 | 23 | 75 | 0 | 133 | 110 | 15 | 534 | 124 | 57 |
| Binary | 11011101 | 10011 | 111101 | 0 | 1011011 | 1001000 | 1101 | 101011100 | 1010100 | 101111 |
Color Harmonies of #DD133D
Complementary color
Monochromatic Colors of #DD133D
Black with #DD133D
Text Example
Text Example
White with #DD133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD133D; }
p { color: rgb(221,19,61); }
H1.HeaderClassName
{
color: #DD133D;
}
.AnyTagClassName
{
color: #DD133D;
}
</style>
background-color css
<style>
a { background-color: #DD133D; }
a { background-color: rgb(221,19,61); }
div.DivClassName
{
background-color: #DD133D;
}
.BgClassName
{
background-color: #DD133D;
}
</style>
border-color css
<style>
span { border-color: #DD133D; }
span { border-color: rgb(221,19,61); }
td.TdClassName
{
border-color: #DD133D;
}
.TagClassName
{
border-color: #DD133D;
}
</style>