Shades of Crimson #DF052F
Tints of Crimson #DF052F
RGB
CMYK
RGB Variations
Color information
#DF052F (or 0xDF052F) is known color: Crimson. HEX triplet: DF, 05 and 2F. RGB value is (223,5,47). Sum of RGB (Red+Green+Blue) = 223+5+47=275 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.09% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 223 - color contains mainly: red. Hex color #DF052F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF052F is #20FAD0. Grayscale: #4B4B4B. Windows color (decimal): -2161361 or 3081695. OLE color: 3081695.
HSL color Cylindrical-coordinate representation of color #DF052F: hue angle of 348.44º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF052F is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 47 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.13 |
| HSL | 348.44º | 0.96% | 0.45% | - |
| HSV(B) | 348.44º | 0.98% | 0.87% | - |
| XYZ | 31 | 16 | 4.14 | - |
| YUV | 74.97 | 112.22 | 233.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 47 | 0 | 0.98 | 0.79 | 0.13 | 348.44 | 0.96 | 0.45 |
| Hex | DF | 5 | 2F | 0 | 62 | 4F | D | 15C | 60 | 2D |
| Octal | 337 | 5 | 57 | 0 | 142 | 117 | 15 | 534 | 140 | 55 |
| Binary | 11011111 | 101 | 101111 | 0 | 1100010 | 1001111 | 1101 | 101011100 | 1100000 | 101101 |
Color Harmonies of #DF052F
Complementary color
Monochromatic Colors of #DF052F
Black with #DF052F
Text Example
Text Example
White with #DF052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF052F; }
p { color: rgb(223,5,47); }
H1.HeaderClassName
{
color: #DF052F;
}
.AnyTagClassName
{
color: #DF052F;
}
</style>
background-color css
<style>
a { background-color: #DF052F; }
a { background-color: rgb(223,5,47); }
div.DivClassName
{
background-color: #DF052F;
}
.BgClassName
{
background-color: #DF052F;
}
</style>
border-color css
<style>
span { border-color: #DF052F; }
span { border-color: rgb(223,5,47); }
td.TdClassName
{
border-color: #DF052F;
}
.TagClassName
{
border-color: #DF052F;
}
</style>