Shades of Crimson #DD0239
Tints of Crimson #DD0239
RGB
CMYK
RGB Variations
Color information
#DD0239 (or 0xDD0239) is known color: Crimson. HEX triplet: DD, 02 and 39. RGB value is (221,2,57). Sum of RGB (Red+Green+Blue) = 221+2+57=280 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.93% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 57 (22.66% from 255 or 20.36% from 280); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0239 is #22FDC6. Grayscale: #494949. Windows color (decimal): -2293191 or 3736285. OLE color: 3736285.
HSL color Cylindrical-coordinate representation of color #DD0239: hue angle of 344.93º 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 #DD0239 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 57 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.13 |
| HSL | 344.93º | 0.98% | 0.44% | - |
| HSV(B) | 344.93º | 0.99% | 0.87% | - |
| XYZ | 30.58 | 15.71 | 5.29 | - |
| YUV | 73.75 | 118.55 | 233.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 57 | 0 | 0.99 | 0.74 | 0.13 | 344.93 | 0.98 | 0.44 |
| Hex | DD | 2 | 39 | 0 | 63 | 4A | D | 159 | 62 | 2C |
| Octal | 335 | 2 | 71 | 0 | 143 | 112 | 15 | 531 | 142 | 54 |
| Binary | 11011101 | 10 | 111001 | 0 | 1100011 | 1001010 | 1101 | 101011001 | 1100010 | 101100 |
Color Harmonies of #DD0239
Complementary color
Monochromatic Colors of #DD0239
Black with #DD0239
Text Example
Text Example
White with #DD0239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0239; }
p { color: rgb(221,2,57); }
H1.HeaderClassName
{
color: #DD0239;
}
.AnyTagClassName
{
color: #DD0239;
}
</style>
background-color css
<style>
a { background-color: #DD0239; }
a { background-color: rgb(221,2,57); }
div.DivClassName
{
background-color: #DD0239;
}
.BgClassName
{
background-color: #DD0239;
}
</style>
border-color css
<style>
span { border-color: #DD0239; }
span { border-color: rgb(221,2,57); }
td.TdClassName
{
border-color: #DD0239;
}
.TagClassName
{
border-color: #DD0239;
}
</style>