Shades of Crimson #DF062F
Tints of Crimson #DF062F
RGB
CMYK
RGB Variations
Color information
#DF062F (or 0xDF062F) is known color: Crimson. HEX triplet: DF, 06 and 2F. RGB value is (223,6,47). Sum of RGB (Red+Green+Blue) = 223+6+47=276 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.80% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 223 - color contains mainly: red. Hex color #DF062F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF062F is #20F9D0. Grayscale: #4B4B4B. Windows color (decimal): -2161105 or 3081951. OLE color: 3081951.
HSL color Cylindrical-coordinate representation of color #DF062F: hue angle of 348.66º degrees, saturation: 0.95, 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 #DF062F is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 47 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.13 |
| HSL | 348.66º | 0.95% | 0.45% | - |
| HSV(B) | 348.66º | 0.97% | 0.87% | - |
| XYZ | 31.01 | 16.02 | 4.15 | - |
| YUV | 75.56 | 111.89 | 233.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 47 | 0 | 0.97 | 0.79 | 0.13 | 348.66 | 0.95 | 0.45 |
| Hex | DF | 6 | 2F | 0 | 61 | 4F | D | 15D | 5F | 2D |
| Octal | 337 | 6 | 57 | 0 | 141 | 117 | 15 | 535 | 137 | 55 |
| Binary | 11011111 | 110 | 101111 | 0 | 1100001 | 1001111 | 1101 | 101011101 | 1011111 | 101101 |
Color Harmonies of #DF062F
Complementary color
Monochromatic Colors of #DF062F
Black with #DF062F
Text Example
Text Example
White with #DF062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF062F; }
p { color: rgb(223,6,47); }
H1.HeaderClassName
{
color: #DF062F;
}
.AnyTagClassName
{
color: #DF062F;
}
</style>
background-color css
<style>
a { background-color: #DF062F; }
a { background-color: rgb(223,6,47); }
div.DivClassName
{
background-color: #DF062F;
}
.BgClassName
{
background-color: #DF062F;
}
</style>
border-color css
<style>
span { border-color: #DF062F; }
span { border-color: rgb(223,6,47); }
td.TdClassName
{
border-color: #DF062F;
}
.TagClassName
{
border-color: #DF062F;
}
</style>