Shades of Crimson #DD012C
Tints of Crimson #DD012C
RGB
CMYK
RGB Variations
Color information
#DD012C (or 0xDD012C) is known color: Crimson. HEX triplet: DD, 01 and 2C. RGB value is (221,1,44). Sum of RGB (Red+Green+Blue) = 221+1+44=266 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.08% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 221 - color contains mainly: red. Hex color #DD012C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD012C is #22FED3. Grayscale: #474747. Windows color (decimal): -2293460 or 2884061. OLE color: 2884061.
HSL color Cylindrical-coordinate representation of color #DD012C: hue angle of 348.27º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD012C is Cyan = 0, Magento = 1.00, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 1 | 44 | - |
| CMYK | 0 | 1.00 | 0.80 | 0.13 |
| HSL | 348.27º | 0.99% | 0.44% | - |
| HSV(B) | 348.27º | 1% | 0.87% | - |
| XYZ | 30.28 | 15.58 | 3.79 | - |
| YUV | 71.68 | 112.39 | 234.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 44 | 0 | 1.00 | 0.80 | 0.13 | 348.27 | 0.99 | 0.44 |
| Hex | DD | 1 | 2C | 0 | 64 | 50 | D | 15C | 63 | 2C |
| Octal | 335 | 1 | 54 | 0 | 144 | 120 | 15 | 534 | 143 | 54 |
| Binary | 11011101 | 1 | 101100 | 0 | 1100100 | 1010000 | 1101 | 101011100 | 1100011 | 101100 |
Color Harmonies of #DD012C
Complementary color
Monochromatic Colors of #DD012C
Black with #DD012C
Text Example
Text Example
White with #DD012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD012C; }
p { color: rgb(221,1,44); }
H1.HeaderClassName
{
color: #DD012C;
}
.AnyTagClassName
{
color: #DD012C;
}
</style>
background-color css
<style>
a { background-color: #DD012C; }
a { background-color: rgb(221,1,44); }
div.DivClassName
{
background-color: #DD012C;
}
.BgClassName
{
background-color: #DD012C;
}
</style>
border-color css
<style>
span { border-color: #DD012C; }
span { border-color: rgb(221,1,44); }
td.TdClassName
{
border-color: #DD012C;
}
.TagClassName
{
border-color: #DD012C;
}
</style>