Shades of Crimson #DD0339
Tints of Crimson #DD0339
RGB
CMYK
RGB Variations
Color information
#DD0339 (or 0xDD0339) is known color: Crimson. HEX triplet: DD, 03 and 39. RGB value is (221,3,57). Sum of RGB (Red+Green+Blue) = 221+3+57=281 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.65% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0339 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0339 is #22FCC6. Grayscale: #4A4A4A. Windows color (decimal): -2292935 or 3736541. OLE color: 3736541.
HSL color Cylindrical-coordinate representation of color #DD0339: hue angle of 345.14º 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 #DD0339 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 57 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.13 |
| HSL | 345.14º | 0.97% | 0.44% | - |
| HSV(B) | 345.14º | 0.99% | 0.87% | - |
| XYZ | 30.59 | 15.73 | 5.3 | - |
| YUV | 74.34 | 118.22 | 232.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 57 | 0 | 0.99 | 0.74 | 0.13 | 345.14 | 0.97 | 0.44 |
| Hex | DD | 3 | 39 | 0 | 63 | 4A | D | 159 | 61 | 2C |
| Octal | 335 | 3 | 71 | 0 | 143 | 112 | 15 | 531 | 141 | 54 |
| Binary | 11011101 | 11 | 111001 | 0 | 1100011 | 1001010 | 1101 | 101011001 | 1100001 | 101100 |
Color Harmonies of #DD0339
Complementary color
Monochromatic Colors of #DD0339
Black with #DD0339
Text Example
Text Example
White with #DD0339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0339; }
p { color: rgb(221,3,57); }
H1.HeaderClassName
{
color: #DD0339;
}
.AnyTagClassName
{
color: #DD0339;
}
</style>
background-color css
<style>
a { background-color: #DD0339; }
a { background-color: rgb(221,3,57); }
div.DivClassName
{
background-color: #DD0339;
}
.BgClassName
{
background-color: #DD0339;
}
</style>
border-color css
<style>
span { border-color: #DD0339; }
span { border-color: rgb(221,3,57); }
td.TdClassName
{
border-color: #DD0339;
}
.TagClassName
{
border-color: #DD0339;
}
</style>