Shades of Crimson #DD0036
Tints of Crimson #DD0036
RGB
CMYK
RGB Variations
Color information
#DD0036 (or 0xDD0036) is known color: Crimson. HEX triplet: DD, 00 and 36. RGB value is (221,0,54). Sum of RGB (Red+Green+Blue) = 221+0+54=275 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.36% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 54 (21.48% from 255 or 19.64% from 275); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0036 is #22FFC9. Grayscale: #484848. Windows color (decimal): -2293706 or 3539165. OLE color: 3539165.
HSL color Cylindrical-coordinate representation of color #DD0036: hue angle of 345.34º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0036 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 54 | - |
| CMYK | 0 | 1 | 0.76 | 0.13 |
| HSL | 345.34º | 1% | 0.43% | - |
| HSV(B) | 345.34º | 1% | 0.87% | - |
| XYZ | 30.48 | 15.64 | 4.9 | - |
| YUV | 72.24 | 117.72 | 234.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 54 | 0 | 1 | 0.76 | 0.13 | 345.34 | 1 | 0.43 |
| Hex | DD | 0 | 36 | 0 | 64 | 4C | D | 159 | 64 | 2B |
| Octal | 335 | 0 | 66 | 0 | 144 | 114 | 15 | 531 | 144 | 53 |
| Binary | 11011101 | 0 | 110110 | 0 | 1100100 | 1001100 | 1101 | 101011001 | 1100100 | 101011 |
Color Harmonies of #DD0036
Complementary color
Monochromatic Colors of #DD0036
Black with #DD0036
Text Example
Text Example
White with #DD0036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0036; }
p { color: rgb(221,0,54); }
H1.HeaderClassName
{
color: #DD0036;
}
.AnyTagClassName
{
color: #DD0036;
}
</style>
background-color css
<style>
a { background-color: #DD0036; }
a { background-color: rgb(221,0,54); }
div.DivClassName
{
background-color: #DD0036;
}
.BgClassName
{
background-color: #DD0036;
}
</style>
border-color css
<style>
span { border-color: #DD0036; }
span { border-color: rgb(221,0,54); }
td.TdClassName
{
border-color: #DD0036;
}
.TagClassName
{
border-color: #DD0036;
}
</style>