Shades of Crimson #DD0B2F
Tints of Crimson #DD0B2F
RGB
CMYK
RGB Variations
Color information
#DD0B2F (or 0xDD0B2F) is known color: Crimson. HEX triplet: DD, 0B and 2F. RGB value is (221,11,47). Sum of RGB (Red+Green+Blue) = 221+11+47=279 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.21% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0B2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0B2F is #22F4D0. Grayscale: #4D4D4D. Windows color (decimal): -2290897 or 3083229. OLE color: 3083229.
HSL color Cylindrical-coordinate representation of color #DD0B2F: hue angle of 349.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0B2F is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 11 | 47 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.13 |
| HSL | 349.71º | 0.91% | 0.45% | - |
| HSV(B) | 349.71º | 0.95% | 0.87% | - |
| XYZ | 30.45 | 15.82 | 4.14 | - |
| YUV | 77.89 | 110.57 | 230.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 11 | 47 | 0 | 0.95 | 0.79 | 0.13 | 349.71 | 0.91 | 0.45 |
| Hex | DD | B | 2F | 0 | 5F | 4F | D | 15E | 5B | 2D |
| Octal | 335 | 13 | 57 | 0 | 137 | 117 | 15 | 536 | 133 | 55 |
| Binary | 11011101 | 1011 | 101111 | 0 | 1011111 | 1001111 | 1101 | 101011110 | 1011011 | 101101 |
Color Harmonies of #DD0B2F
Complementary color
Monochromatic Colors of #DD0B2F
Black with #DD0B2F
Text Example
Text Example
White with #DD0B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0B2F; }
p { color: rgb(221,11,47); }
H1.HeaderClassName
{
color: #DD0B2F;
}
.AnyTagClassName
{
color: #DD0B2F;
}
</style>
background-color css
<style>
a { background-color: #DD0B2F; }
a { background-color: rgb(221,11,47); }
div.DivClassName
{
background-color: #DD0B2F;
}
.BgClassName
{
background-color: #DD0B2F;
}
</style>
border-color css
<style>
span { border-color: #DD0B2F; }
span { border-color: rgb(221,11,47); }
td.TdClassName
{
border-color: #DD0B2F;
}
.TagClassName
{
border-color: #DD0B2F;
}
</style>