Shades of Crimson #DD0B3E
Tints of Crimson #DD0B3E
RGB
CMYK
RGB Variations
Color information
#DD0B3E (or 0xDD0B3E) is known color: Crimson. HEX triplet: DD, 0B and 3E. RGB value is (221,11,62). Sum of RGB (Red+Green+Blue) = 221+11+62=294 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.17% from 294); Green value is 11 (4.69% from 255 or 3.74% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0B3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0B3E is #22F4C1. Grayscale: #4F4F4F. Windows color (decimal): -2290882 or 4066269. OLE color: 4066269.
HSL color Cylindrical-coordinate representation of color #DD0B3E: hue angle of 345.43º 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 #DD0B3E is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 11 | 62 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.13 |
| HSL | 345.43º | 0.91% | 0.45% | - |
| HSV(B) | 345.43º | 0.95% | 0.87% | - |
| XYZ | 30.81 | 15.96 | 6.01 | - |
| YUV | 79.6 | 118.07 | 228.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 11 | 62 | 0 | 0.95 | 0.72 | 0.13 | 345.43 | 0.91 | 0.45 |
| Hex | DD | B | 3E | 0 | 5F | 48 | D | 159 | 5B | 2D |
| Octal | 335 | 13 | 76 | 0 | 137 | 110 | 15 | 531 | 133 | 55 |
| Binary | 11011101 | 1011 | 111110 | 0 | 1011111 | 1001000 | 1101 | 101011001 | 1011011 | 101101 |
Color Harmonies of #DD0B3E
Complementary color
Monochromatic Colors of #DD0B3E
Black with #DD0B3E
Text Example
Text Example
White with #DD0B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0B3E; }
p { color: rgb(221,11,62); }
H1.HeaderClassName
{
color: #DD0B3E;
}
.AnyTagClassName
{
color: #DD0B3E;
}
</style>
background-color css
<style>
a { background-color: #DD0B3E; }
a { background-color: rgb(221,11,62); }
div.DivClassName
{
background-color: #DD0B3E;
}
.BgClassName
{
background-color: #DD0B3E;
}
</style>
border-color css
<style>
span { border-color: #DD0B3E; }
span { border-color: rgb(221,11,62); }
td.TdClassName
{
border-color: #DD0B3E;
}
.TagClassName
{
border-color: #DD0B3E;
}
</style>