Shades of Crimson #DD1436
Tints of Crimson #DD1436
RGB
CMYK
RGB Variations
Color information
#DD1436 (or 0xDD1436) is known color: Crimson. HEX triplet: DD, 14 and 36. RGB value is (221,20,54). Sum of RGB (Red+Green+Blue) = 221+20+54=295 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.92% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 54 (21.48% from 255 or 18.31% from 295); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1436 is #22EBC9. Grayscale: #545454. Windows color (decimal): -2288586 or 3544285. OLE color: 3544285.
HSL color Cylindrical-coordinate representation of color #DD1436: hue angle of 349.85º degrees, saturation: 0.83, 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 #DD1436 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 54 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.13 |
| HSL | 349.85º | 0.83% | 0.47% | - |
| HSV(B) | 349.85º | 0.91% | 0.87% | - |
| XYZ | 30.73 | 16.14 | 4.99 | - |
| YUV | 83.98 | 111.09 | 225.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 54 | 0 | 0.91 | 0.76 | 0.13 | 349.85 | 0.83 | 0.47 |
| Hex | DD | 14 | 36 | 0 | 5B | 4C | D | 15E | 53 | 2F |
| Octal | 335 | 24 | 66 | 0 | 133 | 114 | 15 | 536 | 123 | 57 |
| Binary | 11011101 | 10100 | 110110 | 0 | 1011011 | 1001100 | 1101 | 101011110 | 1010011 | 101111 |
Color Harmonies of #DD1436
Complementary color
Monochromatic Colors of #DD1436
Black with #DD1436
Text Example
Text Example
White with #DD1436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1436; }
p { color: rgb(221,20,54); }
H1.HeaderClassName
{
color: #DD1436;
}
.AnyTagClassName
{
color: #DD1436;
}
</style>
background-color css
<style>
a { background-color: #DD1436; }
a { background-color: rgb(221,20,54); }
div.DivClassName
{
background-color: #DD1436;
}
.BgClassName
{
background-color: #DD1436;
}
</style>
border-color css
<style>
span { border-color: #DD1436; }
span { border-color: rgb(221,20,54); }
td.TdClassName
{
border-color: #DD1436;
}
.TagClassName
{
border-color: #DD1436;
}
</style>