Shades of Crimson #DD003B
Tints of Crimson #DD003B
RGB
CMYK
RGB Variations
Color information
#DD003B (or 0xDD003B) is known color: Crimson. HEX triplet: DD, 00 and 3B. RGB value is (221,0,59). Sum of RGB (Red+Green+Blue) = 221+0+59=280 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.93% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 221 - color contains mainly: red. Hex color #DD003B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD003B is #22FFC4. Grayscale: #484848. Windows color (decimal): -2293701 or 3866845. OLE color: 3866845.
HSL color Cylindrical-coordinate representation of color #DD003B: hue angle of 343.98º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD003B is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.73 | 0.13 |
| HSL | 343.98º | 1% | 0.43% | - |
| HSV(B) | 343.98º | 1% | 0.87% | - |
| XYZ | 30.61 | 15.69 | 5.55 | - |
| YUV | 72.81 | 120.22 | 233.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 59 | 0 | 1 | 0.73 | 0.13 | 343.98 | 1 | 0.43 |
| Hex | DD | 0 | 3B | 0 | 64 | 49 | D | 158 | 64 | 2B |
| Octal | 335 | 0 | 73 | 0 | 144 | 111 | 15 | 530 | 144 | 53 |
| Binary | 11011101 | 0 | 111011 | 0 | 1100100 | 1001001 | 1101 | 101011000 | 1100100 | 101011 |
Color Harmonies of #DD003B
Complementary color
Monochromatic Colors of #DD003B
Black with #DD003B
Text Example
Text Example
White with #DD003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD003B; }
p { color: rgb(221,0,59); }
H1.HeaderClassName
{
color: #DD003B;
}
.AnyTagClassName
{
color: #DD003B;
}
</style>
background-color css
<style>
a { background-color: #DD003B; }
a { background-color: rgb(221,0,59); }
div.DivClassName
{
background-color: #DD003B;
}
.BgClassName
{
background-color: #DD003B;
}
</style>
border-color css
<style>
span { border-color: #DD003B; }
span { border-color: rgb(221,0,59); }
td.TdClassName
{
border-color: #DD003B;
}
.TagClassName
{
border-color: #DD003B;
}
</style>