Shades of Crimson #DD063B
Tints of Crimson #DD063B
RGB
CMYK
RGB Variations
Color information
#DD063B (or 0xDD063B) is known color: Crimson. HEX triplet: DD, 06 and 3B. RGB value is (221,6,59). Sum of RGB (Red+Green+Blue) = 221+6+59=286 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.27% from 286); Green value is 6 (2.73% from 255 or 2.10% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 221 - color contains mainly: red. Hex color #DD063B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD063B is #22F9C4. Grayscale: #4C4C4C. Windows color (decimal): -2292165 or 3868381. OLE color: 3868381.
HSL color Cylindrical-coordinate representation of color #DD063B: hue angle of 345.21º degrees, saturation: 0.95, 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 #DD063B is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 6 | 59 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.13 |
| HSL | 345.21º | 0.95% | 0.45% | - |
| HSV(B) | 345.21º | 0.97% | 0.87% | - |
| XYZ | 30.67 | 15.82 | 5.57 | - |
| YUV | 76.33 | 118.23 | 231.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 59 | 0 | 0.97 | 0.73 | 0.13 | 345.21 | 0.95 | 0.45 |
| Hex | DD | 6 | 3B | 0 | 61 | 49 | D | 159 | 5F | 2D |
| Octal | 335 | 6 | 73 | 0 | 141 | 111 | 15 | 531 | 137 | 55 |
| Binary | 11011101 | 110 | 111011 | 0 | 1100001 | 1001001 | 1101 | 101011001 | 1011111 | 101101 |
Color Harmonies of #DD063B
Complementary color
Monochromatic Colors of #DD063B
Black with #DD063B
Text Example
Text Example
White with #DD063B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD063B; }
p { color: rgb(221,6,59); }
H1.HeaderClassName
{
color: #DD063B;
}
.AnyTagClassName
{
color: #DD063B;
}
</style>
background-color css
<style>
a { background-color: #DD063B; }
a { background-color: rgb(221,6,59); }
div.DivClassName
{
background-color: #DD063B;
}
.BgClassName
{
background-color: #DD063B;
}
</style>
border-color css
<style>
span { border-color: #DD063B; }
span { border-color: rgb(221,6,59); }
td.TdClassName
{
border-color: #DD063B;
}
.TagClassName
{
border-color: #DD063B;
}
</style>