Shades of Crimson #DD0136
Tints of Crimson #DD0136
RGB
CMYK
RGB Variations
Color information
#DD0136 (or 0xDD0136) is known color: Crimson. HEX triplet: DD, 01 and 36. RGB value is (221,1,54). Sum of RGB (Red+Green+Blue) = 221+1+54=276 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.07% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0136 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0136 is #22FEC9. Grayscale: #484848. Windows color (decimal): -2293450 or 3539421. OLE color: 3539421.
HSL color Cylindrical-coordinate representation of color #DD0136: hue angle of 345.55º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0136 is Cyan = 0, Magento = 1.00, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 1 | 54 | - |
| CMYK | 0 | 1.00 | 0.76 | 0.13 |
| HSL | 345.55º | 0.99% | 0.44% | - |
| HSV(B) | 345.55º | 1% | 0.87% | - |
| XYZ | 30.5 | 15.66 | 4.91 | - |
| YUV | 72.82 | 117.39 | 233.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 54 | 0 | 1.00 | 0.76 | 0.13 | 345.55 | 0.99 | 0.44 |
| Hex | DD | 1 | 36 | 0 | 64 | 4C | D | 15A | 63 | 2C |
| Octal | 335 | 1 | 66 | 0 | 144 | 114 | 15 | 532 | 143 | 54 |
| Binary | 11011101 | 1 | 110110 | 0 | 1100100 | 1001100 | 1101 | 101011010 | 1100011 | 101100 |
Color Harmonies of #DD0136
Complementary color
Monochromatic Colors of #DD0136
Black with #DD0136
Text Example
Text Example
White with #DD0136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0136; }
p { color: rgb(221,1,54); }
H1.HeaderClassName
{
color: #DD0136;
}
.AnyTagClassName
{
color: #DD0136;
}
</style>
background-color css
<style>
a { background-color: #DD0136; }
a { background-color: rgb(221,1,54); }
div.DivClassName
{
background-color: #DD0136;
}
.BgClassName
{
background-color: #DD0136;
}
</style>
border-color css
<style>
span { border-color: #DD0136; }
span { border-color: rgb(221,1,54); }
td.TdClassName
{
border-color: #DD0136;
}
.TagClassName
{
border-color: #DD0136;
}
</style>