Shades of Crimson #DD134B
Tints of Crimson #DD134B
RGB
CMYK
RGB Variations
Color information
#DD134B (or 0xDD134B) is known color: Crimson. HEX triplet: DD, 13 and 4B. RGB value is (221,19,75). Sum of RGB (Red+Green+Blue) = 221+19+75=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD134B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD134B is #22ECB4. Grayscale: #555555. Windows color (decimal): -2288821 or 4920285. OLE color: 4920285.
HSL color Cylindrical-coordinate representation of color #DD134B: hue angle of 343.37º 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 #DD134B is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 75 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.13 |
| HSL | 343.37º | 0.84% | 0.47% | - |
| HSV(B) | 343.37º | 0.91% | 0.87% | - |
| XYZ | 31.32 | 16.35 | 8.16 | - |
| YUV | 85.78 | 121.92 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 75 | 0 | 0.91 | 0.66 | 0.13 | 343.37 | 0.84 | 0.47 |
| Hex | DD | 13 | 4B | 0 | 5B | 42 | D | 157 | 54 | 2F |
| Octal | 335 | 23 | 113 | 0 | 133 | 102 | 15 | 527 | 124 | 57 |
| Binary | 11011101 | 10011 | 1001011 | 0 | 1011011 | 1000010 | 1101 | 101010111 | 1010100 | 101111 |
Color Harmonies of #DD134B
Complementary color
Monochromatic Colors of #DD134B
Black with #DD134B
Text Example
Text Example
White with #DD134B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD134B; }
p { color: rgb(221,19,75); }
H1.HeaderClassName
{
color: #DD134B;
}
.AnyTagClassName
{
color: #DD134B;
}
</style>
background-color css
<style>
a { background-color: #DD134B; }
a { background-color: rgb(221,19,75); }
div.DivClassName
{
background-color: #DD134B;
}
.BgClassName
{
background-color: #DD134B;
}
</style>
border-color css
<style>
span { border-color: #DD134B; }
span { border-color: rgb(221,19,75); }
td.TdClassName
{
border-color: #DD134B;
}
.TagClassName
{
border-color: #DD134B;
}
</style>