Shades of Crimson #DD052A
Tints of Crimson #DD052A
RGB
CMYK
RGB Variations
Color information
#DD052A (or 0xDD052A) is known color: Crimson. HEX triplet: DD, 05 and 2A. RGB value is (221,5,42). Sum of RGB (Red+Green+Blue) = 221+5+42=268 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.46% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 221 - color contains mainly: red. Hex color #DD052A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD052A is #22FAD5. Grayscale: #494949. Windows color (decimal): -2292438 or 2754013. OLE color: 2754013.
HSL color Cylindrical-coordinate representation of color #DD052A: hue angle of 349.72º 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 #DD052A is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 42 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.13 |
| HSL | 349.72º | 0.96% | 0.44% | - |
| HSV(B) | 349.72º | 0.98% | 0.87% | - |
| XYZ | 30.29 | 15.65 | 3.61 | - |
| YUV | 73.8 | 110.06 | 232.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 42 | 0 | 0.98 | 0.81 | 0.13 | 349.72 | 0.96 | 0.44 |
| Hex | DD | 5 | 2A | 0 | 62 | 51 | D | 15E | 60 | 2C |
| Octal | 335 | 5 | 52 | 0 | 142 | 121 | 15 | 536 | 140 | 54 |
| Binary | 11011101 | 101 | 101010 | 0 | 1100010 | 1010001 | 1101 | 101011110 | 1100000 | 101100 |
Color Harmonies of #DD052A
Complementary color
Monochromatic Colors of #DD052A
Black with #DD052A
Text Example
Text Example
White with #DD052A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD052A; }
p { color: rgb(221,5,42); }
H1.HeaderClassName
{
color: #DD052A;
}
.AnyTagClassName
{
color: #DD052A;
}
</style>
background-color css
<style>
a { background-color: #DD052A; }
a { background-color: rgb(221,5,42); }
div.DivClassName
{
background-color: #DD052A;
}
.BgClassName
{
background-color: #DD052A;
}
</style>
border-color css
<style>
span { border-color: #DD052A; }
span { border-color: rgb(221,5,42); }
td.TdClassName
{
border-color: #DD052A;
}
.TagClassName
{
border-color: #DD052A;
}
</style>