Shades of Crimson #DD012B
Tints of Crimson #DD012B
RGB
CMYK
RGB Variations
Color information
#DD012B (or 0xDD012B) is known color: Crimson. HEX triplet: DD, 01 and 2B. RGB value is (221,1,43). Sum of RGB (Red+Green+Blue) = 221+1+43=265 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.40% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 221 - color contains mainly: red. Hex color #DD012B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD012B is #22FED4. Grayscale: #474747. Windows color (decimal): -2293461 or 2818525. OLE color: 2818525.
HSL color Cylindrical-coordinate representation of color #DD012B: hue angle of 348.55º 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 #DD012B is Cyan = 0, Magento = 1.00, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 1 | 43 | - |
| CMYK | 0 | 1.00 | 0.81 | 0.13 |
| HSL | 348.55º | 0.99% | 0.44% | - |
| HSV(B) | 348.55º | 1% | 0.87% | - |
| XYZ | 30.27 | 15.57 | 3.7 | - |
| YUV | 71.57 | 111.89 | 234.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 43 | 0 | 1.00 | 0.81 | 0.13 | 348.55 | 0.99 | 0.44 |
| Hex | DD | 1 | 2B | 0 | 64 | 51 | D | 15D | 63 | 2C |
| Octal | 335 | 1 | 53 | 0 | 144 | 121 | 15 | 535 | 143 | 54 |
| Binary | 11011101 | 1 | 101011 | 0 | 1100100 | 1010001 | 1101 | 101011101 | 1100011 | 101100 |
Color Harmonies of #DD012B
Complementary color
Monochromatic Colors of #DD012B
Black with #DD012B
Text Example
Text Example
White with #DD012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD012B; }
p { color: rgb(221,1,43); }
H1.HeaderClassName
{
color: #DD012B;
}
.AnyTagClassName
{
color: #DD012B;
}
</style>
background-color css
<style>
a { background-color: #DD012B; }
a { background-color: rgb(221,1,43); }
div.DivClassName
{
background-color: #DD012B;
}
.BgClassName
{
background-color: #DD012B;
}
</style>
border-color css
<style>
span { border-color: #DD012B; }
span { border-color: rgb(221,1,43); }
td.TdClassName
{
border-color: #DD012B;
}
.TagClassName
{
border-color: #DD012B;
}
</style>