Shades of Crimson #DD134A
Tints of Crimson #DD134A
RGB
CMYK
RGB Variations
Color information
#DD134A (or 0xDD134A) is known color: Crimson. HEX triplet: DD, 13 and 4A. RGB value is (221,19,74). Sum of RGB (Red+Green+Blue) = 221+19+74=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD134A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD134A is #22ECB5. Grayscale: #555555. Windows color (decimal): -2288822 or 4854749. OLE color: 4854749.
HSL color Cylindrical-coordinate representation of color #DD134A: hue angle of 343.66º 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 #DD134A is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 74 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.13 |
| HSL | 343.66º | 0.84% | 0.47% | - |
| HSV(B) | 343.66º | 0.91% | 0.87% | - |
| XYZ | 31.29 | 16.33 | 7.98 | - |
| YUV | 85.67 | 121.42 | 224.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 74 | 0 | 0.91 | 0.67 | 0.13 | 343.66 | 0.84 | 0.47 |
| Hex | DD | 13 | 4A | 0 | 5B | 43 | D | 158 | 54 | 2F |
| Octal | 335 | 23 | 112 | 0 | 133 | 103 | 15 | 530 | 124 | 57 |
| Binary | 11011101 | 10011 | 1001010 | 0 | 1011011 | 1000011 | 1101 | 101011000 | 1010100 | 101111 |
Color Harmonies of #DD134A
Complementary color
Monochromatic Colors of #DD134A
Black with #DD134A
Text Example
Text Example
White with #DD134A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD134A; }
p { color: rgb(221,19,74); }
H1.HeaderClassName
{
color: #DD134A;
}
.AnyTagClassName
{
color: #DD134A;
}
</style>
background-color css
<style>
a { background-color: #DD134A; }
a { background-color: rgb(221,19,74); }
div.DivClassName
{
background-color: #DD134A;
}
.BgClassName
{
background-color: #DD134A;
}
</style>
border-color css
<style>
span { border-color: #DD134A; }
span { border-color: rgb(221,19,74); }
td.TdClassName
{
border-color: #DD134A;
}
.TagClassName
{
border-color: #DD134A;
}
</style>