Shades of Crimson #DD052F
Tints of Crimson #DD052F
RGB
CMYK
RGB Variations
Color information
#DD052F (or 0xDD052F) is known color: Crimson. HEX triplet: DD, 05 and 2F. RGB value is (221,5,47). Sum of RGB (Red+Green+Blue) = 221+5+47=273 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.95% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 221 - color contains mainly: red. Hex color #DD052F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD052F is #22FAD0. Grayscale: #4A4A4A. Windows color (decimal): -2292433 or 3081693. OLE color: 3081693.
HSL color Cylindrical-coordinate representation of color #DD052F: hue angle of 348.33º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD052F is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 47 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.13 |
| HSL | 348.33º | 0.96% | 0.44% | - |
| HSV(B) | 348.33º | 0.98% | 0.87% | - |
| XYZ | 30.39 | 15.69 | 4.12 | - |
| YUV | 74.37 | 112.56 | 232.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 47 | 0 | 0.98 | 0.79 | 0.13 | 348.33 | 0.96 | 0.44 |
| Hex | DD | 5 | 2F | 0 | 62 | 4F | D | 15C | 60 | 2C |
| Octal | 335 | 5 | 57 | 0 | 142 | 117 | 15 | 534 | 140 | 54 |
| Binary | 11011101 | 101 | 101111 | 0 | 1100010 | 1001111 | 1101 | 101011100 | 1100000 | 101100 |
Color Harmonies of #DD052F
Complementary color
Monochromatic Colors of #DD052F
Black with #DD052F
Text Example
Text Example
White with #DD052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD052F; }
p { color: rgb(221,5,47); }
H1.HeaderClassName
{
color: #DD052F;
}
.AnyTagClassName
{
color: #DD052F;
}
</style>
background-color css
<style>
a { background-color: #DD052F; }
a { background-color: rgb(221,5,47); }
div.DivClassName
{
background-color: #DD052F;
}
.BgClassName
{
background-color: #DD052F;
}
</style>
border-color css
<style>
span { border-color: #DD052F; }
span { border-color: rgb(221,5,47); }
td.TdClassName
{
border-color: #DD052F;
}
.TagClassName
{
border-color: #DD052F;
}
</style>