Shades of Crimson #DD0F2B
Tints of Crimson #DD0F2B
RGB
CMYK
RGB Variations
Color information
#DD0F2B (or 0xDD0F2B) is known color: Crimson. HEX triplet: DD, 0F and 2B. RGB value is (221,15,43). Sum of RGB (Red+Green+Blue) = 221+15+43=279 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.21% from 279); Green value is 15 (6.25% from 255 or 5.38% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0F2B is #22F0D4. Grayscale: #4F4F4F. Windows color (decimal): -2289877 or 2822109. OLE color: 2822109.
HSL color Cylindrical-coordinate representation of color #DD0F2B: hue angle of 351.84º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD0F2B is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 15 | 43 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.13 |
| HSL | 351.84º | 0.87% | 0.46% | - |
| HSV(B) | 351.84º | 0.93% | 0.87% | - |
| XYZ | 30.43 | 15.89 | 3.75 | - |
| YUV | 79.79 | 107.25 | 228.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 15 | 43 | 0 | 0.93 | 0.81 | 0.13 | 351.84 | 0.87 | 0.46 |
| Hex | DD | F | 2B | 0 | 5D | 51 | D | 160 | 57 | 2E |
| Octal | 335 | 17 | 53 | 0 | 135 | 121 | 15 | 540 | 127 | 56 |
| Binary | 11011101 | 1111 | 101011 | 0 | 1011101 | 1010001 | 1101 | 101100000 | 1010111 | 101110 |
Color Harmonies of #DD0F2B
Complementary color
Monochromatic Colors of #DD0F2B
Black with #DD0F2B
Text Example
Text Example
White with #DD0F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0F2B; }
p { color: rgb(221,15,43); }
H1.HeaderClassName
{
color: #DD0F2B;
}
.AnyTagClassName
{
color: #DD0F2B;
}
</style>
background-color css
<style>
a { background-color: #DD0F2B; }
a { background-color: rgb(221,15,43); }
div.DivClassName
{
background-color: #DD0F2B;
}
.BgClassName
{
background-color: #DD0F2B;
}
</style>
border-color css
<style>
span { border-color: #DD0F2B; }
span { border-color: rgb(221,15,43); }
td.TdClassName
{
border-color: #DD0F2B;
}
.TagClassName
{
border-color: #DD0F2B;
}
</style>