Shades of Crimson #DF063F
Tints of Crimson #DF063F
RGB
CMYK
RGB Variations
Color information
#DF063F (or 0xDF063F) is known color: Crimson. HEX triplet: DF, 06 and 3F. RGB value is (223,6,63). Sum of RGB (Red+Green+Blue) = 223+6+63=292 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.37% from 292); Green value is 6 (2.73% from 255 or 2.05% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 223 - color contains mainly: red. Hex color #DF063F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF063F is #20F9C0. Grayscale: #4D4D4D. Windows color (decimal): -2161089 or 4130527. OLE color: 4130527.
HSL color Cylindrical-coordinate representation of color #DF063F: hue angle of 344.24º 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 #DF063F is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 63 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.13 |
| HSL | 344.24º | 0.95% | 0.45% | - |
| HSV(B) | 344.24º | 0.97% | 0.87% | - |
| XYZ | 31.39 | 16.18 | 6.17 | - |
| YUV | 77.38 | 119.89 | 231.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 63 | 0 | 0.97 | 0.72 | 0.13 | 344.24 | 0.95 | 0.45 |
| Hex | DF | 6 | 3F | 0 | 61 | 48 | D | 158 | 5F | 2D |
| Octal | 337 | 6 | 77 | 0 | 141 | 110 | 15 | 530 | 137 | 55 |
| Binary | 11011111 | 110 | 111111 | 0 | 1100001 | 1001000 | 1101 | 101011000 | 1011111 | 101101 |
Color Harmonies of #DF063F
Complementary color
Monochromatic Colors of #DF063F
Black with #DF063F
Text Example
Text Example
White with #DF063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF063F; }
p { color: rgb(223,6,63); }
H1.HeaderClassName
{
color: #DF063F;
}
.AnyTagClassName
{
color: #DF063F;
}
</style>
background-color css
<style>
a { background-color: #DF063F; }
a { background-color: rgb(223,6,63); }
div.DivClassName
{
background-color: #DF063F;
}
.BgClassName
{
background-color: #DF063F;
}
</style>
border-color css
<style>
span { border-color: #DF063F; }
span { border-color: rgb(223,6,63); }
td.TdClassName
{
border-color: #DF063F;
}
.TagClassName
{
border-color: #DF063F;
}
</style>