Shades of Crimson #DD0743
Tints of Crimson #DD0743
RGB
CMYK
RGB Variations
Color information
#DD0743 (or 0xDD0743) is known color: Crimson. HEX triplet: DD, 07 and 43. RGB value is (221,7,67). Sum of RGB (Red+Green+Blue) = 221+7+67=295 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.92% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0743 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0743 is #22F8BC. Grayscale: #4D4D4D. Windows color (decimal): -2291901 or 4392925. OLE color: 4392925.
HSL color Cylindrical-coordinate representation of color #DD0743: hue angle of 343.18º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD0743 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 67 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.13 |
| HSL | 343.18º | 0.94% | 0.45% | - |
| HSV(B) | 343.18º | 0.97% | 0.87% | - |
| XYZ | 30.91 | 15.93 | 6.76 | - |
| YUV | 77.83 | 121.9 | 230.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 67 | 0 | 0.97 | 0.70 | 0.13 | 343.18 | 0.94 | 0.45 |
| Hex | DD | 7 | 43 | 0 | 61 | 46 | D | 157 | 5E | 2D |
| Octal | 335 | 7 | 103 | 0 | 141 | 106 | 15 | 527 | 136 | 55 |
| Binary | 11011101 | 111 | 1000011 | 0 | 1100001 | 1000110 | 1101 | 101010111 | 1011110 | 101101 |
Color Harmonies of #DD0743
Complementary color
Monochromatic Colors of #DD0743
Black with #DD0743
Text Example
Text Example
White with #DD0743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0743; }
p { color: rgb(221,7,67); }
H1.HeaderClassName
{
color: #DD0743;
}
.AnyTagClassName
{
color: #DD0743;
}
</style>
background-color css
<style>
a { background-color: #DD0743; }
a { background-color: rgb(221,7,67); }
div.DivClassName
{
background-color: #DD0743;
}
.BgClassName
{
background-color: #DD0743;
}
</style>
border-color css
<style>
span { border-color: #DD0743; }
span { border-color: rgb(221,7,67); }
td.TdClassName
{
border-color: #DD0743;
}
.TagClassName
{
border-color: #DD0743;
}
</style>