Shades of Crimson #DF063B
Tints of Crimson #DF063B
RGB
CMYK
RGB Variations
Color information
#DF063B (or 0xDF063B) is known color: Crimson. HEX triplet: DF, 06 and 3B. RGB value is (223,6,59). Sum of RGB (Red+Green+Blue) = 223+6+59=288 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.43% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 59 (23.44% from 255 or 20.49% from 288); Max value from RGB is 223 - color contains mainly: red. Hex color #DF063B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF063B is #20F9C4. Grayscale: #4C4C4C. Windows color (decimal): -2161093 or 3868383. OLE color: 3868383.
HSL color Cylindrical-coordinate representation of color #DF063B: hue angle of 345.35º 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 #DF063B is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 59 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.13 |
| HSL | 345.35º | 0.95% | 0.45% | - |
| HSV(B) | 345.35º | 0.97% | 0.87% | - |
| XYZ | 31.29 | 16.13 | 5.6 | - |
| YUV | 76.93 | 117.89 | 232.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 59 | 0 | 0.97 | 0.74 | 0.13 | 345.35 | 0.95 | 0.45 |
| Hex | DF | 6 | 3B | 0 | 61 | 4A | D | 159 | 5F | 2D |
| Octal | 337 | 6 | 73 | 0 | 141 | 112 | 15 | 531 | 137 | 55 |
| Binary | 11011111 | 110 | 111011 | 0 | 1100001 | 1001010 | 1101 | 101011001 | 1011111 | 101101 |
Color Harmonies of #DF063B
Complementary color
Monochromatic Colors of #DF063B
Black with #DF063B
Text Example
Text Example
White with #DF063B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF063B; }
p { color: rgb(223,6,59); }
H1.HeaderClassName
{
color: #DF063B;
}
.AnyTagClassName
{
color: #DF063B;
}
</style>
background-color css
<style>
a { background-color: #DF063B; }
a { background-color: rgb(223,6,59); }
div.DivClassName
{
background-color: #DF063B;
}
.BgClassName
{
background-color: #DF063B;
}
</style>
border-color css
<style>
span { border-color: #DF063B; }
span { border-color: rgb(223,6,59); }
td.TdClassName
{
border-color: #DF063B;
}
.TagClassName
{
border-color: #DF063B;
}
</style>