Shades of Crimson #DD0B2A
Tints of Crimson #DD0B2A
RGB
CMYK
RGB Variations
Color information
#DD0B2A (or 0xDD0B2A) is known color: Crimson. HEX triplet: DD, 0B and 2A. RGB value is (221,11,42). Sum of RGB (Red+Green+Blue) = 221+11+42=274 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.66% from 274); Green value is 11 (4.69% from 255 or 4.01% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0B2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0B2A is #22F4D5. Grayscale: #4D4D4D. Windows color (decimal): -2290902 or 2755549. OLE color: 2755549.
HSL color Cylindrical-coordinate representation of color #DD0B2A: hue angle of 351.14º 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 #DD0B2A is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 11 | 42 | - |
| CMYK | 0 | 0.95 | 0.81 | 0.13 |
| HSL | 351.14º | 0.91% | 0.45% | - |
| HSV(B) | 351.14º | 0.95% | 0.87% | - |
| XYZ | 30.36 | 15.78 | 3.64 | - |
| YUV | 77.32 | 108.07 | 230.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 11 | 42 | 0 | 0.95 | 0.81 | 0.13 | 351.14 | 0.91 | 0.45 |
| Hex | DD | B | 2A | 0 | 5F | 51 | D | 15F | 5B | 2D |
| Octal | 335 | 13 | 52 | 0 | 137 | 121 | 15 | 537 | 133 | 55 |
| Binary | 11011101 | 1011 | 101010 | 0 | 1011111 | 1010001 | 1101 | 101011111 | 1011011 | 101101 |
Color Harmonies of #DD0B2A
Complementary color
Monochromatic Colors of #DD0B2A
Black with #DD0B2A
Text Example
Text Example
White with #DD0B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0B2A; }
p { color: rgb(221,11,42); }
H1.HeaderClassName
{
color: #DD0B2A;
}
.AnyTagClassName
{
color: #DD0B2A;
}
</style>
background-color css
<style>
a { background-color: #DD0B2A; }
a { background-color: rgb(221,11,42); }
div.DivClassName
{
background-color: #DD0B2A;
}
.BgClassName
{
background-color: #DD0B2A;
}
</style>
border-color css
<style>
span { border-color: #DD0B2A; }
span { border-color: rgb(221,11,42); }
td.TdClassName
{
border-color: #DD0B2A;
}
.TagClassName
{
border-color: #DD0B2A;
}
</style>