Shades of Crimson #DD072F
Tints of Crimson #DD072F
RGB
CMYK
RGB Variations
Color information
#DD072F (or 0xDD072F) is known color: Crimson. HEX triplet: DD, 07 and 2F. RGB value is (221,7,47). Sum of RGB (Red+Green+Blue) = 221+7+47=275 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.36% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 221 - color contains mainly: red. Hex color #DD072F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD072F is #22F8D0. Grayscale: #4B4B4B. Windows color (decimal): -2291921 or 3082205. OLE color: 3082205.
HSL color Cylindrical-coordinate representation of color #DD072F: hue angle of 348.79º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD072F is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 47 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.13 |
| HSL | 348.79º | 0.94% | 0.45% | - |
| HSV(B) | 348.79º | 0.97% | 0.87% | - |
| XYZ | 30.41 | 15.73 | 4.12 | - |
| YUV | 75.55 | 111.9 | 231.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 47 | 0 | 0.97 | 0.79 | 0.13 | 348.79 | 0.94 | 0.45 |
| Hex | DD | 7 | 2F | 0 | 61 | 4F | D | 15D | 5E | 2D |
| Octal | 335 | 7 | 57 | 0 | 141 | 117 | 15 | 535 | 136 | 55 |
| Binary | 11011101 | 111 | 101111 | 0 | 1100001 | 1001111 | 1101 | 101011101 | 1011110 | 101101 |
Color Harmonies of #DD072F
Complementary color
Monochromatic Colors of #DD072F
Black with #DD072F
Text Example
Text Example
White with #DD072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD072F; }
p { color: rgb(221,7,47); }
H1.HeaderClassName
{
color: #DD072F;
}
.AnyTagClassName
{
color: #DD072F;
}
</style>
background-color css
<style>
a { background-color: #DD072F; }
a { background-color: rgb(221,7,47); }
div.DivClassName
{
background-color: #DD072F;
}
.BgClassName
{
background-color: #DD072F;
}
</style>
border-color css
<style>
span { border-color: #DD072F; }
span { border-color: rgb(221,7,47); }
td.TdClassName
{
border-color: #DD072F;
}
.TagClassName
{
border-color: #DD072F;
}
</style>