Shades of Crimson #DD022F
Tints of Crimson #DD022F
RGB
CMYK
RGB Variations
Color information
#DD022F (or 0xDD022F) is known color: Crimson. HEX triplet: DD, 02 and 2F. RGB value is (221,2,47). Sum of RGB (Red+Green+Blue) = 221+2+47=270 (35% of max value = 765). Red value is 221 (86.72% from 255 or 81.85% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 221 - color contains mainly: red. Hex color #DD022F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD022F is #22FDD0. Grayscale: #484848. Windows color (decimal): -2293201 or 3080925. OLE color: 3080925.
HSL color Cylindrical-coordinate representation of color #DD022F: hue angle of 347.67º degrees, saturation: 0.98, 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 #DD022F is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 47 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.13 |
| HSL | 347.67º | 0.98% | 0.44% | - |
| HSV(B) | 347.67º | 0.99% | 0.87% | - |
| XYZ | 30.35 | 15.62 | 4.1 | - |
| YUV | 72.61 | 113.55 | 233.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 47 | 0 | 0.99 | 0.79 | 0.13 | 347.67 | 0.98 | 0.44 |
| Hex | DD | 2 | 2F | 0 | 63 | 4F | D | 15C | 62 | 2C |
| Octal | 335 | 2 | 57 | 0 | 143 | 117 | 15 | 534 | 142 | 54 |
| Binary | 11011101 | 10 | 101111 | 0 | 1100011 | 1001111 | 1101 | 101011100 | 1100010 | 101100 |
Color Harmonies of #DD022F
Complementary color
Monochromatic Colors of #DD022F
Black with #DD022F
Text Example
Text Example
White with #DD022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD022F; }
p { color: rgb(221,2,47); }
H1.HeaderClassName
{
color: #DD022F;
}
.AnyTagClassName
{
color: #DD022F;
}
</style>
background-color css
<style>
a { background-color: #DD022F; }
a { background-color: rgb(221,2,47); }
div.DivClassName
{
background-color: #DD022F;
}
.BgClassName
{
background-color: #DD022F;
}
</style>
border-color css
<style>
span { border-color: #DD022F; }
span { border-color: rgb(221,2,47); }
td.TdClassName
{
border-color: #DD022F;
}
.TagClassName
{
border-color: #DD022F;
}
</style>