Shades of Crimson #DD0340
Tints of Crimson #DD0340
RGB
CMYK
RGB Variations
Color information
#DD0340 (or 0xDD0340) is known color: Crimson. HEX triplet: DD, 03 and 40. RGB value is (221,3,64). Sum of RGB (Red+Green+Blue) = 221+3+64=288 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.74% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0340 is #22FCBF. Grayscale: #4B4B4B. Windows color (decimal): -2292928 or 4195293. OLE color: 4195293.
HSL color Cylindrical-coordinate representation of color #DD0340: hue angle of 343.21º 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 #DD0340 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 64 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.13 |
| HSL | 343.21º | 0.97% | 0.44% | - |
| HSV(B) | 343.21º | 0.99% | 0.87% | - |
| XYZ | 30.78 | 15.81 | 6.28 | - |
| YUV | 75.14 | 121.72 | 232.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 64 | 0 | 0.99 | 0.71 | 0.13 | 343.21 | 0.97 | 0.44 |
| Hex | DD | 3 | 40 | 0 | 63 | 47 | D | 157 | 61 | 2C |
| Octal | 335 | 3 | 100 | 0 | 143 | 107 | 15 | 527 | 141 | 54 |
| Binary | 11011101 | 11 | 1000000 | 0 | 1100011 | 1000111 | 1101 | 101010111 | 1100001 | 101100 |
Color Harmonies of #DD0340
Complementary color
Monochromatic Colors of #DD0340
Black with #DD0340
Text Example
Text Example
White with #DD0340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0340; }
p { color: rgb(221,3,64); }
H1.HeaderClassName
{
color: #DD0340;
}
.AnyTagClassName
{
color: #DD0340;
}
</style>
background-color css
<style>
a { background-color: #DD0340; }
a { background-color: rgb(221,3,64); }
div.DivClassName
{
background-color: #DD0340;
}
.BgClassName
{
background-color: #DD0340;
}
</style>
border-color css
<style>
span { border-color: #DD0340; }
span { border-color: rgb(221,3,64); }
td.TdClassName
{
border-color: #DD0340;
}
.TagClassName
{
border-color: #DD0340;
}
</style>