Shades of Crimson #DD032A
Tints of Crimson #DD032A
RGB
CMYK
RGB Variations
Color information
#DD032A (or 0xDD032A) is known color: Crimson. HEX triplet: DD, 03 and 2A. RGB value is (221,3,42). Sum of RGB (Red+Green+Blue) = 221+3+42=266 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.08% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 221 - color contains mainly: red. Hex color #DD032A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD032A is #22FCD5. Grayscale: #484848. Windows color (decimal): -2292950 or 2753501. OLE color: 2753501.
HSL color Cylindrical-coordinate representation of color #DD032A: hue angle of 349.27º 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 #DD032A is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 42 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.13 |
| HSL | 349.27º | 0.97% | 0.44% | - |
| HSV(B) | 349.27º | 0.99% | 0.87% | - |
| XYZ | 30.27 | 15.6 | 3.61 | - |
| YUV | 72.63 | 110.72 | 233.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 42 | 0 | 0.99 | 0.81 | 0.13 | 349.27 | 0.97 | 0.44 |
| Hex | DD | 3 | 2A | 0 | 63 | 51 | D | 15D | 61 | 2C |
| Octal | 335 | 3 | 52 | 0 | 143 | 121 | 15 | 535 | 141 | 54 |
| Binary | 11011101 | 11 | 101010 | 0 | 1100011 | 1010001 | 1101 | 101011101 | 1100001 | 101100 |
Color Harmonies of #DD032A
Complementary color
Monochromatic Colors of #DD032A
Black with #DD032A
Text Example
Text Example
White with #DD032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD032A; }
p { color: rgb(221,3,42); }
H1.HeaderClassName
{
color: #DD032A;
}
.AnyTagClassName
{
color: #DD032A;
}
</style>
background-color css
<style>
a { background-color: #DD032A; }
a { background-color: rgb(221,3,42); }
div.DivClassName
{
background-color: #DD032A;
}
.BgClassName
{
background-color: #DD032A;
}
</style>
border-color css
<style>
span { border-color: #DD032A; }
span { border-color: rgb(221,3,42); }
td.TdClassName
{
border-color: #DD032A;
}
.TagClassName
{
border-color: #DD032A;
}
</style>