Shades of Crimson #DD033E
Tints of Crimson #DD033E
RGB
CMYK
RGB Variations
Color information
#DD033E (or 0xDD033E) is known color: Crimson. HEX triplet: DD, 03 and 3E. RGB value is (221,3,62). Sum of RGB (Red+Green+Blue) = 221+3+62=286 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.27% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 221 - color contains mainly: red. Hex color #DD033E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD033E is #22FCC1. Grayscale: #4A4A4A. Windows color (decimal): -2292930 or 4064221. OLE color: 4064221.
HSL color Cylindrical-coordinate representation of color #DD033E: hue angle of 343.76º 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 #DD033E is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 62 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.13 |
| HSL | 343.76º | 0.97% | 0.44% | - |
| HSV(B) | 343.76º | 0.99% | 0.87% | - |
| XYZ | 30.72 | 15.79 | 5.99 | - |
| YUV | 74.91 | 120.72 | 232.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 62 | 0 | 0.99 | 0.72 | 0.13 | 343.76 | 0.97 | 0.44 |
| Hex | DD | 3 | 3E | 0 | 63 | 48 | D | 158 | 61 | 2C |
| Octal | 335 | 3 | 76 | 0 | 143 | 110 | 15 | 530 | 141 | 54 |
| Binary | 11011101 | 11 | 111110 | 0 | 1100011 | 1001000 | 1101 | 101011000 | 1100001 | 101100 |
Color Harmonies of #DD033E
Complementary color
Monochromatic Colors of #DD033E
Black with #DD033E
Text Example
Text Example
White with #DD033E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD033E; }
p { color: rgb(221,3,62); }
H1.HeaderClassName
{
color: #DD033E;
}
.AnyTagClassName
{
color: #DD033E;
}
</style>
background-color css
<style>
a { background-color: #DD033E; }
a { background-color: rgb(221,3,62); }
div.DivClassName
{
background-color: #DD033E;
}
.BgClassName
{
background-color: #DD033E;
}
</style>
border-color css
<style>
span { border-color: #DD033E; }
span { border-color: rgb(221,3,62); }
td.TdClassName
{
border-color: #DD033E;
}
.TagClassName
{
border-color: #DD033E;
}
</style>