Shades of Crimson #DD012F
Tints of Crimson #DD012F
RGB
CMYK
RGB Variations
Color information
#DD012F (or 0xDD012F) is known color: Crimson. HEX triplet: DD, 01 and 2F. RGB value is (221,1,47). Sum of RGB (Red+Green+Blue) = 221+1+47=269 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.16% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 221 - color contains mainly: red. Hex color #DD012F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD012F is #22FED0. Grayscale: #484848. Windows color (decimal): -2293457 or 3080669. OLE color: 3080669.
HSL color Cylindrical-coordinate representation of color #DD012F: hue angle of 347.45º 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 #DD012F is Cyan = 0, Magento = 1.00, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 1 | 47 | - |
| CMYK | 0 | 1.00 | 0.79 | 0.13 |
| HSL | 347.45º | 0.99% | 0.44% | - |
| HSV(B) | 347.45º | 1% | 0.87% | - |
| XYZ | 30.34 | 15.6 | 4.1 | - |
| YUV | 72.02 | 113.89 | 234.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 47 | 0 | 1.00 | 0.79 | 0.13 | 347.45 | 0.99 | 0.44 |
| Hex | DD | 1 | 2F | 0 | 64 | 4F | D | 15B | 63 | 2C |
| Octal | 335 | 1 | 57 | 0 | 144 | 117 | 15 | 533 | 143 | 54 |
| Binary | 11011101 | 1 | 101111 | 0 | 1100100 | 1001111 | 1101 | 101011011 | 1100011 | 101100 |
Color Harmonies of #DD012F
Complementary color
Monochromatic Colors of #DD012F
Black with #DD012F
Text Example
Text Example
White with #DD012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD012F; }
p { color: rgb(221,1,47); }
H1.HeaderClassName
{
color: #DD012F;
}
.AnyTagClassName
{
color: #DD012F;
}
</style>
background-color css
<style>
a { background-color: #DD012F; }
a { background-color: rgb(221,1,47); }
div.DivClassName
{
background-color: #DD012F;
}
.BgClassName
{
background-color: #DD012F;
}
</style>
border-color css
<style>
span { border-color: #DD012F; }
span { border-color: rgb(221,1,47); }
td.TdClassName
{
border-color: #DD012F;
}
.TagClassName
{
border-color: #DD012F;
}
</style>