Shades of Crimson #DD0C3D
Tints of Crimson #DD0C3D
RGB
CMYK
RGB Variations
Color information
#DD0C3D (or 0xDD0C3D) is known color: Crimson. HEX triplet: DD, 0C and 3D. RGB value is (221,12,61). Sum of RGB (Red+Green+Blue) = 221+12+61=294 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.17% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C3D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0C3D is #22F3C2. Grayscale: #505050. Windows color (decimal): -2290627 or 4000989. OLE color: 4000989.
HSL color Cylindrical-coordinate representation of color #DD0C3D: hue angle of 345.93º 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 #DD0C3D is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 12 | 61 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.13 |
| HSL | 345.93º | 0.9% | 0.46% | - |
| HSV(B) | 345.93º | 0.95% | 0.87% | - |
| XYZ | 30.79 | 15.97 | 5.87 | - |
| YUV | 80.08 | 117.24 | 228.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 12 | 61 | 0 | 0.95 | 0.72 | 0.13 | 345.93 | 0.9 | 0.46 |
| Hex | DD | C | 3D | 0 | 5F | 48 | D | 15A | 5A | 2E |
| Octal | 335 | 14 | 75 | 0 | 137 | 110 | 15 | 532 | 132 | 56 |
| Binary | 11011101 | 1100 | 111101 | 0 | 1011111 | 1001000 | 1101 | 101011010 | 1011010 | 101110 |
Color Harmonies of #DD0C3D
Complementary color
Monochromatic Colors of #DD0C3D
Black with #DD0C3D
Text Example
Text Example
White with #DD0C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0C3D; }
p { color: rgb(221,12,61); }
H1.HeaderClassName
{
color: #DD0C3D;
}
.AnyTagClassName
{
color: #DD0C3D;
}
</style>
background-color css
<style>
a { background-color: #DD0C3D; }
a { background-color: rgb(221,12,61); }
div.DivClassName
{
background-color: #DD0C3D;
}
.BgClassName
{
background-color: #DD0C3D;
}
</style>
border-color css
<style>
span { border-color: #DD0C3D; }
span { border-color: rgb(221,12,61); }
td.TdClassName
{
border-color: #DD0C3D;
}
.TagClassName
{
border-color: #DD0C3D;
}
</style>