Shades of Crimson #DD042E
Tints of Crimson #DD042E
RGB
CMYK
RGB Variations
Color information
#DD042E (or 0xDD042E) is known color: Crimson. HEX triplet: DD, 04 and 2E. RGB value is (221,4,46). Sum of RGB (Red+Green+Blue) = 221+4+46=271 (35% of max value = 765). Red value is 221 (86.72% from 255 or 81.55% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 221 - color contains mainly: red. Hex color #DD042E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD042E is #22FBD1. Grayscale: #494949. Windows color (decimal): -2292690 or 3015901. OLE color: 3015901.
HSL color Cylindrical-coordinate representation of color #DD042E: hue angle of 348.39º 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 #DD042E is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 46 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.13 |
| HSL | 348.39º | 0.96% | 0.44% | - |
| HSV(B) | 348.39º | 0.98% | 0.87% | - |
| XYZ | 30.36 | 15.66 | 4.01 | - |
| YUV | 73.67 | 112.39 | 233.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 46 | 0 | 0.98 | 0.79 | 0.13 | 348.39 | 0.96 | 0.44 |
| Hex | DD | 4 | 2E | 0 | 62 | 4F | D | 15C | 60 | 2C |
| Octal | 335 | 4 | 56 | 0 | 142 | 117 | 15 | 534 | 140 | 54 |
| Binary | 11011101 | 100 | 101110 | 0 | 1100010 | 1001111 | 1101 | 101011100 | 1100000 | 101100 |
Color Harmonies of #DD042E
Complementary color
Monochromatic Colors of #DD042E
Black with #DD042E
Text Example
Text Example
White with #DD042E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD042E; }
p { color: rgb(221,4,46); }
H1.HeaderClassName
{
color: #DD042E;
}
.AnyTagClassName
{
color: #DD042E;
}
</style>
background-color css
<style>
a { background-color: #DD042E; }
a { background-color: rgb(221,4,46); }
div.DivClassName
{
background-color: #DD042E;
}
.BgClassName
{
background-color: #DD042E;
}
</style>
border-color css
<style>
span { border-color: #DD042E; }
span { border-color: rgb(221,4,46); }
td.TdClassName
{
border-color: #DD042E;
}
.TagClassName
{
border-color: #DD042E;
}
</style>