Shades of Crimson #DD032D
Tints of Crimson #DD032D
RGB
CMYK
RGB Variations
Color information
#DD032D (or 0xDD032D) is known color: Crimson. HEX triplet: DD, 03 and 2D. RGB value is (221,3,45). Sum of RGB (Red+Green+Blue) = 221+3+45=269 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.16% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 221 - color contains mainly: red. Hex color #DD032D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD032D is #22FCD2. Grayscale: #494949. Windows color (decimal): -2292947 or 2950109. OLE color: 2950109.
HSL color Cylindrical-coordinate representation of color #DD032D: hue angle of 348.44º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD032D is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 45 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.13 |
| HSL | 348.44º | 0.97% | 0.44% | - |
| HSV(B) | 348.44º | 0.99% | 0.87% | - |
| XYZ | 30.33 | 15.63 | 3.9 | - |
| YUV | 72.97 | 112.22 | 233.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 45 | 0 | 0.99 | 0.80 | 0.13 | 348.44 | 0.97 | 0.44 |
| Hex | DD | 3 | 2D | 0 | 63 | 50 | D | 15C | 61 | 2C |
| Octal | 335 | 3 | 55 | 0 | 143 | 120 | 15 | 534 | 141 | 54 |
| Binary | 11011101 | 11 | 101101 | 0 | 1100011 | 1010000 | 1101 | 101011100 | 1100001 | 101100 |
Color Harmonies of #DD032D
Complementary color
Monochromatic Colors of #DD032D
Black with #DD032D
Text Example
Text Example
White with #DD032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD032D; }
p { color: rgb(221,3,45); }
H1.HeaderClassName
{
color: #DD032D;
}
.AnyTagClassName
{
color: #DD032D;
}
</style>
background-color css
<style>
a { background-color: #DD032D; }
a { background-color: rgb(221,3,45); }
div.DivClassName
{
background-color: #DD032D;
}
.BgClassName
{
background-color: #DD032D;
}
</style>
border-color css
<style>
span { border-color: #DD032D; }
span { border-color: rgb(221,3,45); }
td.TdClassName
{
border-color: #DD032D;
}
.TagClassName
{
border-color: #DD032D;
}
</style>