Shades of Crimson #DF062C
Tints of Crimson #DF062C
RGB
CMYK
RGB Variations
Color information
#DF062C (or 0xDF062C) is known color: Crimson. HEX triplet: DF, 06 and 2C. RGB value is (223,6,44). Sum of RGB (Red+Green+Blue) = 223+6+44=273 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.68% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 223 - color contains mainly: red. Hex color #DF062C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF062C is #20F9D3. Grayscale: #4B4B4B. Windows color (decimal): -2161108 or 2885343. OLE color: 2885343.
HSL color Cylindrical-coordinate representation of color #DF062C: hue angle of 349.49º 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 #DF062C is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 44 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.13 |
| HSL | 349.49º | 0.95% | 0.45% | - |
| HSV(B) | 349.49º | 0.97% | 0.87% | - |
| XYZ | 30.95 | 16 | 3.84 | - |
| YUV | 75.22 | 110.39 | 233.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 44 | 0 | 0.97 | 0.80 | 0.13 | 349.49 | 0.95 | 0.45 |
| Hex | DF | 6 | 2C | 0 | 61 | 50 | D | 15D | 5F | 2D |
| Octal | 337 | 6 | 54 | 0 | 141 | 120 | 15 | 535 | 137 | 55 |
| Binary | 11011111 | 110 | 101100 | 0 | 1100001 | 1010000 | 1101 | 101011101 | 1011111 | 101101 |
Color Harmonies of #DF062C
Complementary color
Monochromatic Colors of #DF062C
Black with #DF062C
Text Example
Text Example
White with #DF062C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF062C; }
p { color: rgb(223,6,44); }
H1.HeaderClassName
{
color: #DF062C;
}
.AnyTagClassName
{
color: #DF062C;
}
</style>
background-color css
<style>
a { background-color: #DF062C; }
a { background-color: rgb(223,6,44); }
div.DivClassName
{
background-color: #DF062C;
}
.BgClassName
{
background-color: #DF062C;
}
</style>
border-color css
<style>
span { border-color: #DF062C; }
span { border-color: rgb(223,6,44); }
td.TdClassName
{
border-color: #DF062C;
}
.TagClassName
{
border-color: #DF062C;
}
</style>