Shades of Crimson #DD0C2E
Tints of Crimson #DD0C2E
RGB
CMYK
RGB Variations
Color information
#DD0C2E (or 0xDD0C2E) is known color: Crimson. HEX triplet: DD, 0C and 2E. RGB value is (221,12,46). Sum of RGB (Red+Green+Blue) = 221+12+46=279 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.21% from 279); Green value is 12 (5.08% from 255 or 4.30% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0C2E is #22F3D1. Grayscale: #4E4E4E. Windows color (decimal): -2290642 or 3017949. OLE color: 3017949.
HSL color Cylindrical-coordinate representation of color #DD0C2E: hue angle of 350.24º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0C2E is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 12 | 46 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.13 |
| HSL | 350.24º | 0.9% | 0.46% | - |
| HSV(B) | 350.24º | 0.95% | 0.87% | - |
| XYZ | 30.44 | 15.83 | 4.04 | - |
| YUV | 78.37 | 109.74 | 229.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 12 | 46 | 0 | 0.95 | 0.79 | 0.13 | 350.24 | 0.9 | 0.46 |
| Hex | DD | C | 2E | 0 | 5F | 4F | D | 15E | 5A | 2E |
| Octal | 335 | 14 | 56 | 0 | 137 | 117 | 15 | 536 | 132 | 56 |
| Binary | 11011101 | 1100 | 101110 | 0 | 1011111 | 1001111 | 1101 | 101011110 | 1011010 | 101110 |
Color Harmonies of #DD0C2E
Complementary color
Monochromatic Colors of #DD0C2E
Black with #DD0C2E
Text Example
Text Example
White with #DD0C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0C2E; }
p { color: rgb(221,12,46); }
H1.HeaderClassName
{
color: #DD0C2E;
}
.AnyTagClassName
{
color: #DD0C2E;
}
</style>
background-color css
<style>
a { background-color: #DD0C2E; }
a { background-color: rgb(221,12,46); }
div.DivClassName
{
background-color: #DD0C2E;
}
.BgClassName
{
background-color: #DD0C2E;
}
</style>
border-color css
<style>
span { border-color: #DD0C2E; }
span { border-color: rgb(221,12,46); }
td.TdClassName
{
border-color: #DD0C2E;
}
.TagClassName
{
border-color: #DD0C2E;
}
</style>