Shades of Crimson #DD0638
Tints of Crimson #DD0638
RGB
CMYK
RGB Variations
Color information
#DD0638 (or 0xDD0638) is known color: Crimson. HEX triplet: DD, 06 and 38. RGB value is (221,6,56). Sum of RGB (Red+Green+Blue) = 221+6+56=283 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.09% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0638 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0638 is #22F9C7. Grayscale: #4C4C4C. Windows color (decimal): -2292168 or 3671773. OLE color: 3671773.
HSL color Cylindrical-coordinate representation of color #DD0638: hue angle of 346.05º 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 #DD0638 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 6 | 56 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.13 |
| HSL | 346.05º | 0.95% | 0.45% | - |
| HSV(B) | 346.05º | 0.97% | 0.87% | - |
| XYZ | 30.6 | 15.79 | 5.18 | - |
| YUV | 75.99 | 116.73 | 231.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 56 | 0 | 0.97 | 0.75 | 0.13 | 346.05 | 0.95 | 0.45 |
| Hex | DD | 6 | 38 | 0 | 61 | 4B | D | 15A | 5F | 2D |
| Octal | 335 | 6 | 70 | 0 | 141 | 113 | 15 | 532 | 137 | 55 |
| Binary | 11011101 | 110 | 111000 | 0 | 1100001 | 1001011 | 1101 | 101011010 | 1011111 | 101101 |
Color Harmonies of #DD0638
Complementary color
Monochromatic Colors of #DD0638
Black with #DD0638
Text Example
Text Example
White with #DD0638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0638; }
p { color: rgb(221,6,56); }
H1.HeaderClassName
{
color: #DD0638;
}
.AnyTagClassName
{
color: #DD0638;
}
</style>
background-color css
<style>
a { background-color: #DD0638; }
a { background-color: rgb(221,6,56); }
div.DivClassName
{
background-color: #DD0638;
}
.BgClassName
{
background-color: #DD0638;
}
</style>
border-color css
<style>
span { border-color: #DD0638; }
span { border-color: rgb(221,6,56); }
td.TdClassName
{
border-color: #DD0638;
}
.TagClassName
{
border-color: #DD0638;
}
</style>