Shades of Crimson #DD033A
Tints of Crimson #DD033A
RGB
CMYK
RGB Variations
Color information
#DD033A (or 0xDD033A) is known color: Crimson. HEX triplet: DD, 03 and 3A. RGB value is (221,3,58). Sum of RGB (Red+Green+Blue) = 221+3+58=282 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.37% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 221 - color contains mainly: red. Hex color #DD033A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD033A is #22FCC5. Grayscale: #4A4A4A. Windows color (decimal): -2292934 or 3802077. OLE color: 3802077.
HSL color Cylindrical-coordinate representation of color #DD033A: hue angle of 344.86º 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 #DD033A is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 58 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.13 |
| HSL | 344.86º | 0.97% | 0.44% | - |
| HSV(B) | 344.86º | 0.99% | 0.87% | - |
| XYZ | 30.62 | 15.74 | 5.43 | - |
| YUV | 74.45 | 118.72 | 232.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 58 | 0 | 0.99 | 0.74 | 0.13 | 344.86 | 0.97 | 0.44 |
| Hex | DD | 3 | 3A | 0 | 63 | 4A | D | 159 | 61 | 2C |
| Octal | 335 | 3 | 72 | 0 | 143 | 112 | 15 | 531 | 141 | 54 |
| Binary | 11011101 | 11 | 111010 | 0 | 1100011 | 1001010 | 1101 | 101011001 | 1100001 | 101100 |
Color Harmonies of #DD033A
Complementary color
Monochromatic Colors of #DD033A
Black with #DD033A
Text Example
Text Example
White with #DD033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD033A; }
p { color: rgb(221,3,58); }
H1.HeaderClassName
{
color: #DD033A;
}
.AnyTagClassName
{
color: #DD033A;
}
</style>
background-color css
<style>
a { background-color: #DD033A; }
a { background-color: rgb(221,3,58); }
div.DivClassName
{
background-color: #DD033A;
}
.BgClassName
{
background-color: #DD033A;
}
</style>
border-color css
<style>
span { border-color: #DD033A; }
span { border-color: rgb(221,3,58); }
td.TdClassName
{
border-color: #DD033A;
}
.TagClassName
{
border-color: #DD033A;
}
</style>